diff options
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. |