summaryrefslogtreecommitdiff
path: root/Porting/corecpan.pl
Commit message (Collapse)AuthorAgeFilesLines
* Show maintainer name in corecpan outputRafael Garcia-Suarez2012-03-311-1/+1
|
* Fix typos (spelling errors) in Porting/*.Peter J. Acklam) (via RT2011-01-071-1/+1
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81910] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81910 > Signed-off-by: Abigail <abigail@abigail.be>
* Make everything exec-bit.txt lists executableFlorian Ragwitz2010-08-191-0/+0
| | | | | | | All these files used to be executable in the release tarballs. Apparently things also work without that in the repository, but I'd rather add this possibly unecessary change to blead instead of breaking the upcoming release. This should probably be looked into again afterwards.
* make corecpan.pl output a bit more readableJesse Vincent2009-10-021-2/+3
|
* Updated corecpan.pl for the new module layoutJesse Vincent2009-10-021-2/+2
|
* make Porting/corecpan.pl handle versions hidden in *_pm.PL filesDavid Mitchell2009-05-171-1/+5
| | | | (ie scripts that generate .pm files)
* update Porting/corecpan.pl to handle new ext/ structure betterDavid Mitchell2009-05-171-5/+7
| | | | | (better filename -> module name conversion results in less failed CPAN version lookups)
* make Porting/corecpan.pl use the MANIFEST file of every source tree itDavid Mitchell2009-05-171-1/+4
| | | | examines, rather than just the first one
* make corecpan.pl sort case insensitively, so that the module orderDavid Mitchell2009-05-171-3/+3
| | | | is the the same as in Maintainers.pl
* For some reason, the core version and the cpan version got reversed.Steve Peters2009-03-241-1/+1
|
* add -t (tabular option) to Porting/corecpan.plDave Mitchell2008-11-101-23/+111
| | | | | This allows multiple source trees to be compared p4raw-id: //depot/perl@34814
* Porting/corecpan.pl -f option doesn't workJan Dubois2007-06-261-1/+1
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <02a101c7b784$3f79c720$be6d5560$@com> p4raw-id: //depot/perl@31467
* Don't list test modules when listing cpan versionsRafael Garcia-Suarez2005-09-011-1/+1
| | | p4raw-id: //depot/perl@25345
* Add a tool to report dual-lived core modules that don'tRafael Garcia-Suarez2004-02-181-0/+69
have the same version than the corresponding module on CPAN. p4raw-id: //depot/perl@22342