2014-12-31 15:52:46 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update 0.15 to 0.20
-------------------
0.20 2014-09-08 11:06:19 PDT
- Add Test::Requires dependency (andk)
0.19 2014-08-31 14:04:44 JST
- Revert #3 since it causes deep recursion when printing to STDERR
inside CGI handler under some perl environments. #6
0.18 2014-08-07 07:58:32 PDT
- Fix perl prereq (haarg) #7
0.17 2014-08-03 18:30:54 PDT
- Make it work with debugger with perl 5.8.x (tehmoth) #5
0.16 2013-09-18 12:23:21 JST
- Use tied handle for STDIN/STDERR (#3)
- Convert to Milla
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
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.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
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.
|
2013-04-21 14:00:52 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Update to 0.15
Changelog:
0.15 Fri Oct 19 15:09:17 PDT 2012
- Repackage with the latest Module::Install
|
2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2011-11-12 03:58:03 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update p5-CGI-Emulate-PSGI to 0.14.
Changes from previous:
0.14 Mon Oct 31 10:37:49 PDT 2011
- Fixed a bug where croak was not imported from Carp (ctfliblime)
0.13 Sun Sep 18 12:10:56 PDT 2011
- Set the status header to 302 if there's Location header but no Status in \
the resonse (ASP)
0.12 Thu Jun 9 23:58:10 PDT 2011
- Fixed the PSGI header generation to prevent invalid PSGI response headers
such as newlines in the value and "Status" key
0.11 Fri Feb 18 21:35:29 PST 2011
- Filter psgix.* environment too (mkanat)
|
2011-08-14 18:06:13 by OBATA Akio | Files touched by this commit (268) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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!
|
2010-07-11 15:20:33 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-CGI-Emulate-PSGI from version 0.06 to version 0.10.
Upstream changes:
0.10 Sun May 16 00:39:55 PDT 2010
- Added a possible workaround to deal with Win32 systems to undo :utf8 \
PerlIO layer
perl #75106 (suggested by Eric Brine)
0.09 Sat May 8 18:52:04 PDT 2010
- Added a test for utf8 decoding
0.08 Sat May 1 04:30:25 PDT 2010
- Fixed Test::More deps
0.07 Tue Apr 27 15:44:08 PDT 2010
- binmode the stdout filehandle when parsing
|