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-08-14 15:45:17 by OBATA Akio | Files touched by this commit (24) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-09-06 13:07:39 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.09006, set LICENSE.
0.09006 - 19 May 2010
- Should fix errors in t/003_error.t
http://cpantesters.org/cpan/report/07280906-b19f-3f77-b713-d32bba55d77f
0.09005 - 17 May 2010
- Should fixe problems with t/005_clone.t
- Minor XS tweaks
0.09004 - 11 May 2010
- Disable MSWin32 (patches welcome)
0.09003_03 - 10 May 2010
- Explicitly test add_file_ext
- Add thread safety test
0.09003_02 - 26 Apr 2010
- Ah, typemaps! I guess I didn't know about it when I first wrote this
- Add many tests
- Fix a memory leak under clone()
- Fix a memory leak under fhmagic()
- Update function declarations to a more modern style
* move all functions out of XS section, and make use of
automatic linkage by xsubpp
- Add a memory leak test
* only runnable when running under author mode
* set TEST_MEMLEAK=1
* ignore any leaks that does not directly show a Perl_*
namespace.
0.09003_01 - 07 Apr 2010
- Fix memory corruption (Martin Blapp)
- Fix rt #28072. Changing $/ doesn't change the return value (Martin Blapp)
- Fix how SV returned by error() is handled.
- Add a clone() method.
|
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!
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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=...").
|
2008-10-12 19:27:43 by David Brownlee | Files touched by this commit (3) | |
Log message:
Added misc/p5-File-MMagic-XS version 0.09003
This is a port of Apache2 mod_mime_magic.c in Perl,
written in XS with the aim of being efficient and fast,
especially for applications that need to be run for an extended amount of time.
There is a compatibility layer for File::MMagic.
you can specify :compat when importing the module
|