Parse::PAUSE

Parses CPAN upload emails sent by PAUSE
Download

Parse::PAUSE Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Adam J. Foxson
  • Publisher web site:
  • http://search.cpan.org/~fhoxh/

Parse::PAUSE Tags


Parse::PAUSE Description

Parses CPAN upload emails sent by PAUSE Given the content of a CPAN upload email sent by PAUSE, the Parse::PAUSE Perl module will parse the content, and return an object which can be queried for the discrete bits of information about the upload.SYNOPSIS use Parse::PAUSE; my $content = 'The uploaded file...'; # body of CPAN upload email from PAUSE my $upload = Parse::PAUSE->parse($content); print $upload->pathname(), " "; # $CPAN/authors/id/S/SU/SUKRIA/Coat-Persistent-0.104.tar.gz print $upload->entered_by(), " "; # SUKRIA (Alexis Sukrieh) Requirements: · Perl


Parse::PAUSE Related Software