Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
|
--------------
version 1.02: Fri Mar 9 09:24:30 CET 2012
Fixes:
- typo in docs. rt.cpan.org#75630 [Florian Schlich]
- remove unused nested Makefile.PL
rt.cpan.org#75630 [Florian Schlich]
|
|
|
|
|
|
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
|
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
|
|
|
are called p5-*.
I hope that's all of them.
|
|
|
|
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!
|
|
pkgsrc changes:
- Add license definition
- Reduce to one homepage
- Adjust dependencies
Upstream changes:
version 1.01: Mon Feb 15 10:21:42 CET 2010
Fixes:
- do not use /bin/pwd in t/pod.t
Improvements:
- use Log::Report for error handling.
|
|
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=...").
|
|
Pkgsrc change: add a second homepage pointing into search.cpan.org.
Upstream changes:
version 1.006: Thu Jun 19 08:40:46 CEST 2008
- perl5.005 does not understand "use 5.6.0" and tie bug in 5.6.2.
So require 5.008 [cpantesters]
version 1.005: Wed Jun 18 09:02:28 CEST 2008
- require perl 5.6.0 [cpantesters]
- minor distribution clean-ups
version 1.004: Fri Jun 8 15:37:31 CEST 2007
- fixed 2 typo's in POD (Thanks to CPANTS)
- add t/pod.t
- use oodist to create docs.
|
|
|
|
Patch provided by Sergey Svishchev in private mail.
|
|
|
|
Hash::Case implements case-insensitive hash access.
See http://perl.overmeer.net/perlws2003-hash/0-0/index.html
|