diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-06-29 12:18:50 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-06-29 12:18:50 +0100 |
commit | 6d3892ec7fcbd5f372c6ad13fee9659a77c752bc (patch) | |
tree | b71e2ea7b31714eff4a68a49f37fa42ed4805b8c /cpan/Module-Build/lib/Module/Build.pm | |
parent | e12a81fadc3cc9fe9d6b2b9bf6d801ab30acce70 (diff) | |
download | perl-6d3892ec7fcbd5f372c6ad13fee9659a77c752bc.tar.gz |
Revert "Update Module-Build to CPAN version 0.3607"
This reverts commit 8f4d46e2e6b66d00df1e347dab564fd9799c8d94.
Way too much breakage for me to sanely resolve. Will leave it to
Dave Golden to try and integrate it
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build.pm')
-rw-r--r-- | cpan/Module-Build/lib/Module/Build.pm | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/cpan/Module-Build/lib/Module/Build.pm b/cpan/Module-Build/lib/Module/Build.pm index bd70097c41..356fd42a14 100644 --- a/cpan/Module-Build/lib/Module/Build.pm +++ b/cpan/Module-Build/lib/Module/Build.pm @@ -15,7 +15,7 @@ use Module::Build::Base; use vars qw($VERSION @ISA); @ISA = qw(Module::Build::Base); -$VERSION = '0.3607'; +$VERSION = '0.3603'; $VERSION = eval $VERSION; # Okay, this is the brute-force method of finding out what kind of @@ -25,7 +25,6 @@ $VERSION = eval $VERSION; my %OSTYPES = qw( aix Unix bsdos Unix - beos Unix dgux Unix dragonfly Unix dynixptx Unix @@ -168,27 +167,7 @@ This illustrates initial configuration and the running of three 'actions'. In this case the actions run are 'build' (the default action), 'test', and 'install'. Other actions defined so far include: - build manpages - checkchanges pardist - checkgit patch_blead - clean ppd - code ppmdist - config_data prereq_data - diff prereq_report - dist pure_install - distcheck realclean - distclean retest - distdir skipcheck - distmeta tag_git - distsign test - disttest testall - docs testcover - fakeinstall testdb - help testpod - html testpodcoverage - install upload - installdeps versioninstall - manifest +<action_list> You can run the 'help' action for a complete list of actions. |