Net-FullAuto

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN


        * Re-arranged other prerequisites.

        * Mapped LWP to libwww-perl.


2013-11-29  Brian M. Kelly  <Brian.Kelly@fullautosoftware.net>

        * Version 0.99999959 released.

        * Added prerequisites Devel::Symdump and PadWalker.


2013-11-29  Brian M. Kelly  <Brian.Kelly@fullautosoftware.net>

        * Version 0.99999958 released.

        * Added prerequisites Text::Diff and Regexp::Common.


2013-11-29  Brian M. Kelly  <Brian.Kelly@fullautosoftware.net>

Makefile.PL  view on Meta::CPAN

   &fa_install_module('Canary::Stability','install','Makefile');
   my $cpanvalue=$ENV{PERL5_CPAN_IS_RUNNING}||'';
   my $cpanmvalue=$ENV{PERL5_CPANM_IS_RUNNING}||'';
   undef $ENV{PERL5_CPAN_IS_RUNNING};
   undef $ENV{PERL5_CPANM_IS_RUNNING};
   &fa_install_module('JSON::XS','install','Makefile');
   &fa_install_module('JSON','install','Makefile');
   $ENV{PERL5_CPAN_IS_RUNNING}=$cpanvalue if $cpanvalue;
   $ENV{PERL5_CPANM_IS_RUNNING}=$cpanmvalue if $cpanmvalue;
   &fa_install_module('Devel::Symdump','install','Makefile');
   &fa_install_module('PadWalker','install','Makefile');
   eval {
      local $SIG{__DIE__}; # No sigdie handler
      require Data::Dump::Streamer;
   };
   if ($@ || grep { /-*(?:add|all)[-_]?dependencies/i } @ARGV) {
      &fa_install_module('Data::Dump::Streamer','get');
      unless (grep { /-*(?:add|all)[-_]?dependencies/i } @ARGV) {
         my $dir=&fa_find_latest('Data-Dump-Streamer');
         fa_system("cd \"$dir\";$^X Build.PL NODDS;");
         if ($ARGV[$#ARGV]=~/^(\d+)$/) {



( run in 0.834 second using v1.01-cache-2.11-cpan-05444aca049 )