{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
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.
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:
- using common by-module directory for IO-modules from CPAN download mirrors
Upstream changes:
0.997001 Sat Apr 24 12:00:19 2010
- More warning cleanup and also made backspaces work right at the
start of a line (thanks Ingmar)
pkgsrc changes:
- Add license definition
Upstream changes:
0.997 Sat Jan 30 07:17:07 2010
- Removed another spurious warning for undefined inputs
0.996 Sun Jan 10 20:20:24 2010
- Added dependency check and FAQ entry for /dev/tty (thanks Miller)
- Removed spurious warning for undefined inputs
- Changed versioning system
Fixes PR#39831.
Pkgsrc changes:
o Adjust dependency on p5-version to not be required with perl 5.10
o Change to Module::Build build method
o Add missing dependency on p5-Want (problem from PR)
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=...").
By default, this module exports a single function: prompt(). It
prompts the user to enter some input, and returns an object that
represents the user input.
You may specify various flags to the function to affect its behaviour;
most notably, it defaults to automatically chomp the input, unless
the -line flag is specified.