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:
- Adding license definition
- Setting module type (Module::Build)
Upstream changes:
1.20 2009-09-06 (by Alexandr Ciornii)
- reform.t ported to Test::More
- Better prereqs
- Buggy support of locale removed
1.12.2 Sun Sep 30 05:10:18 2007
1.12.1 Sun Sep 30 05:08:10 2007
1.12.0 Sun Sep 30 04:51:21 2007
- Added &columns to export list (thanks Bob)
- Fixed doc buglets (thanks Mike)
- Removed use of 'our' to preserve 5.005 compatibility
- Fixed shebang lines in demos
- Added WINDOWS_PATCH to patch around apparent bug in POSIX::strtod
under Windows (thanks Torsten)
- Added 'except' option to break_at() (thanks Bron)
- Changed to dual licensing for Fedora compatibility
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=...").
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.
and slightly modified by me.
Text::Reform takes a series of format (or "picture") strings followed
by replacement values, interpolates those values into each picture
string, and returns the result. The effect is similar to the inbuilt
perl format mechanism, although the field specification syntax is
simpler and some of the formatting behavior is more sophisticated.