From: Rafael Garcia-Suarez Date: Thu, 2 Feb 2006 11:22:43 +0000 (+0000) Subject: Update to Module::CoreList 3.04. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aee92da27d05dcab09a64434715b0fb947860fad;p=p5sagit%2Fp5-mst-13.2.git Update to Module::CoreList 3.04. Cleanup corelist manpage. Remove -w in corelist shebang to avoid spurious warnings. p4raw-id: //depot/perl@27052 --- diff --git a/lib/Module/CoreList.pm b/lib/Module/CoreList.pm index dc5fdeb..e3ae795 100644 --- a/lib/Module/CoreList.pm +++ b/lib/Module/CoreList.pm @@ -1,7 +1,7 @@ package Module::CoreList; use strict; use vars qw/$VERSION %released %patchlevel %version %families/; -$VERSION = '2.03'; +$VERSION = '2.04'; =head1 NAME diff --git a/lib/Module/CoreList/bin/corelist b/lib/Module/CoreList/bin/corelist index 8f9b1dc..f565da0 100644 --- a/lib/Module/CoreList/bin/corelist +++ b/lib/Module/CoreList/bin/corelist @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl =head1 NAME @@ -10,7 +10,8 @@ See L for one. =head1 SYNOPSIS - corelist [-help] [-a] [-man] [-v [ version ]] [ Modulename [ version ]] ... + corelist [-a] [ Modulename [ version ]] ... + corelist [-v [ version ]] =head1 OPTIONS @@ -39,7 +40,7 @@ See L for one. 5.009002 1.04 5.009003 1.06 -=item -? +=item -? or -help help! help! help! to see more help, try --man. @@ -62,6 +63,7 @@ use Module::CoreList; use Getopt::Long; use Pod::Usage; use strict; +use warnings; my %Opts;