App-local-lib-helper

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.07    06 October 2011
        -- updated the build tools to stop failing on CPANPLUS

0.06    12 September 2011
        -- make sure we don't index Maker

0.05    09 September 2011
        -- switch to use Maker.pm for buildsystem.
        -- add a version of the code that provides relative targets for the
           location of the Perl binary and the local::lib targets.
        -- added docs for new feature and some other doc tweaks.
        -- took a bit more care to make sure more of my paths are relative

maint/Maker.pm  view on Meta::CPAN

  SCOPE_DO_FINALIZE_CMDS: {
    no strict 'refs';
    &{"main::auto_install"}();
    &{"main::WriteAll"}();
  }
}

sub generate_postamble {
<<"EOP";

updatedeps :
\tcpan-outdated -p | cpanm

pushtags :
\tgit commit -a -m "Release commit for $(VERSION)"
\tgit tag v$(VERSION) -m "release $(VERSION)"
\tgit push --tags
\tgit push

EOP
}



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