devel/p5-Module-CoreList from 2.57 to 2.68.
Upstream changes:
2.68 Tue Jun 19 2012
- Updated for v5.17.1
2.67 Sat May 26 2012
- Updated for v5.17.0
2.66 ??
- Add the --diff option to compare two perl core modlibs
2.65 Tue Mar 20 2012
- Update of lib/charnames
2.64 Tue Mar 20 2012
- Update of Data::Dumper and XS::APItest
2.63 Tue Mar 20 2012
- Update for v5.15.9
2.62 Thu Mar 15 2012
- Separate the POD (bingos)
2.61 Fri Feb 20 2012
- Updated for v5.15.8
2.60 Fri Jan 20 2012
- Updated for v5.15.7
2.59 Sun Dec 20 2011
- Updated for v5.15.6
2.58 Sun Nov 20 2011
- Updated for v5.15.5
Changes from previous:
2.56 Thu Oct 20 2011
- Updated for v5.15.4
2.56 Tues Sept 20 2011
- Updated for v5.15.3
- Corrected version of Module::CoreList shipped
with v5.10.0
- Corrected Errno being shipped with v5.6.0 and v5.6.1
- Corrected VMS::Filespec being shipped with v5.12.3
- Corrected DB_File being shipped with v5.8.2
- Added http://perlpunks.de/corelist to SEE ALSO
2.55 Sat Aug 20 2011
- Updated for v5.15.2
2.54 Wed Jul 20 2011
- Updated for v5.15.1
2.53 Thu Jul 14 2011
- Added release date option '-r' to corelist
2.52 Mon Jul 4 2011
- [rt.cpan.org #69108] Extraneous modules listed
reported by Dee Newcum
2.51
- Updated for v5.15.0
2.50
- Updated for v5.12.4
2.49
- Updated for v5.14.0
2.46 Sun Mar 20 2011
- Resolved RT #59511
- Updated for v5.13.11
2.45 Sun Feb 20 2011
- Bumped the version number and data for the 5.13.10 release
2.44 Sat Jan 22 2011
- Merged v5.12.3 and v5.13.9
2.43 Sat Jan 22 2011
- Updated for v5.12.3
2.42_01 Thu Jan 20 2011
- Updated for v5.13.9
2.42 Mon Dec 20 2010
- Updated for v5.13.8
2.41 Sat Nov 20 2010
- Updated for v5.13.7
2.40 Wed Oct 20 2010
- Updated for v5.13.6
Upstream changes:
2.37 Tue Jul 20 2010
- Updated for 5.13.4
- Remove 'Filespec' module. It never existed in the core and is supposed to be
'VMS::Filespec' instead.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Upstream changes:
2.34 Thu Apr 20 2010
- Updated for 5.13.1
2.31_01 Fri Apr 30 2010
- [rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.Z (schwern)
- Functional interface amended to make calling conventions consistent
(bingos)
- Documented all functions and all hash structures (bingos)
- Fixed functions with edge-case involving querying for Module::CoreList
itself. Pointed out by Ilmari.
- Added removed_from() and removed_from_by_date() functions
for querying which release a module was removed from core. (bingos)
- Amended corelist utility to use new removed from functions when
stating when a module entered core ( and when it left it ). (bingos)
- Added tests to the testsuite to cover the edge-cases and new funcs. (bingos)
Upstream changes:
2.18 Mon Aug 24 2009
- Update for perl 5.10.1
- Remove %patchlevel hash (now that perl uses git and not perforce)
- Add %upstream and %bug_tracker data (Nicholas Clark)
Upstream changes:
2.17 Sun Jan 18 2009
- Make $] work to select perl version for 5.1 and 5.10 (John Peacock)
- Add ExtUtils::Miniperl to the list of core modules for all versions
>= 5.00504
- Add 5.8.9
- Fix release date for 5.002 (Grant McLean)
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2.15 Tue Apr 1 2008
- Add missing entries for Config.pm in recent perls
- Install in core location for perl >= 5.8.9 (Jerry D. Hedden)
2.14 Mon Mar 17 2008
corelist changes:
- Add a new -d option to find first perl version by date
and not by version number
- Better handling of perl versions that end with a 0
- use version.pm only for version numbers that have multiple dots
- Fix tag for 5.00405 (Sam Vilain)
2.13 Tue Dec 18 2007
- Add data for perl 5.10.0
Changes since last packaged version (2.09):
2.11 Thu May 10 2007
- first_release() now returns the first release in the order of
perl version numbers. Add a new method first_release_by_date()
to keep the old behaviour available. Suggested by Michael G Schwern.
- Update data about UCD versions
2.10 Wed May 9 2007
- Add versioning for the Unicode Character Database bundled
with Perl (H. Merijn Brand)
Package change: removed dependency on p5-version package.
Changes since last packaged version (2.07)
2.09 Thu Oct 5 2006
- Make the dependency on version.pm optional
- Improve doc of corelist(1)
2.08 Thu Sep 7 2006
- Add data for 5.9.4
Changes since last packaged version (2.02):
2.07 Wed Aug 9 2006
- Regenerate data correctly for 5.8.7, 5.8.8, 5.9.2 and 5.9.3
- Add OS-specific modules for those versions
2.06 Tue Aug 1 2006
Patches by Marius Feraru :
- handle dotted perl versions (e.g. 5.8.6)
- add an easy way to determine what was some module's version bundled
with a specified Perl release
2.05 Tue Jun 6 2006
Patches by Adriano Ferreira :
- corelist utility accepts regexes as arguments, eg. /IPC::Open/
- Errors when building regexes are trapped and warning is generated
2.04 Thursday 2nd February, 2006
Fix patchlevel for 5.8.8 (Gisle Aas)
Silence warnings in corelist utility
2.03 Wednesday 1st February, 2006
Include data for perl 5.9.3 and 5.8.8
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
Changes since last packaged version (2.00)
2.01 Sunday 24th April, 2005
Allow to specify several modules on the corelist command-line
(Yves Orton)
Add a %patchlevel hash to get perforce patchlevels corresponding to
released versions
Changes since last packaged version (1.98):
2.00 Sunday 10th April, 2005
Data from Sebastien Aperghis-Tramoni for perl 5.00{0,1,2}.
1.99 Tuesday 5th April, 2005
Backport to CPAN the version of Module::CoreList shipped with
perl 5.9.2 (containing info for this latest distribution).
Install in coreperl instead of sitelib for perls >= 5.9.2.
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
Packages Collection.
The Perl 5 module Module::CoreList provides a manifest of the
modules and their versions included in core Perl for various
releases.