Skip to content

Commit

Permalink
* add Email::Address to the list of required modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ruz committed May 4, 2009
1 parent 2b9e630 commit 6a5e5a2
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ requires (map +($_ => 0), qw(
Apache::Session::Counted BSD::Resource CPAN::Checksums
CPAN::Indexer::Mirror Class::Singleton Compress::Zlib
Cwd DBI Devel::Peek
Dumpvalue HTML::Entities HTTP::Date
MD5 Mail::Mailer Mail::Send
Module::Faker::Dist Module::Signature Net::FTP
Set::Crontab String::Random Test::FITesque::Fixture
Text::Format Text::Metaphone Text::Unidecode
Time::HiRes URI::Escape URI::URL
Unicode::Collate Unicode::String XML::SAX::Base
XML::SAX::Writer YAML::XS
Dumpvalue Email::Address HTML::Entities
HTTP::Date MD5 Mail::Mailer
Mail::Send Module::Faker::Dist Module::Signature
Net::FTP Set::Crontab String::Random
Test::FITesque::Fixture Text::Format Text::Metaphone
Text::Unidecode Time::HiRes URI::Escape
URI::URL Unicode::Collate Unicode::String
XML::SAX::Base XML::SAX::Writer YAML::XS
));
WriteAll ( sign => 1, check_nmake => 0 );
open my $fh, ">>", "Makefile" or die;
Expand Down

0 comments on commit 6a5e5a2

Please sign in to comment.