Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Variable-Magic
From: Jens Rehsack
Date: 2009-04-12 21:47:55
Message id: 20090412194755.6F916175D0@cvs.netbsd.org
Log Message:
PkgSrc changes:
- Updating package for p5 module Variable::Magic to 0.33
- Set license to artistic-2.0
Upstream changes:
0.33 2009-03-26 00:00 UTC
+ Chg : cast() and getsig() now croak too when an invalid signature is
passed.
+ Fix : It was possible to generate with gensig() the same signature
twice before actually defining the wizards.
+ Tst : More stash tests.
+ Tst : Test when the magic takes place in some cases.
+ Tst : Improved coverage for the op object feature.
0.32 2009-03-01 13:45 UTC
+ Chg : dispell() and getdata() now croak when an invalid signature is
passed.
+ Doc : More examples and a brand new synopsis.
+ Fix : The signature is no longer stored in the mg_private member of
the MAGIC struct. This fixes possible clashes with magics from
other extensions.
+ Fix : op info objects weren't blessed into the right class.
+ Fix : Races when initializing the op names cache under threads.
Files: