Revision history for Variable-Magic
+0.49 2012-06-05 21:40 UTC
+ This is a maintenance release. The code contains no functional change.
+ Satisfied users of version 0.48 can skip this update.
+ + Fix : [RT #77644] : t/17_ctl.t fails in test 44 since 5.17.0.
+ This test has been taught about perl 5.17.0.
+ Thanks Reini Urban for reporting.
+ + Tst : t/99-kwalitee.t will be skipped when only problematic versions
+ of its dependencies are available.
+
0.48 2012-02-17 23:40 UTC
+ Add : You can now pass a reference to undef as the magic callback in
order to install a no-op callback.
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.120351",
+ "generated_by" : "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120921",
"license" : [
"perl_5"
],
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FVariable-Magic.git"
}
},
- "version" : "0.48"
+ "version" : "0.49"
}
Config: 0
ExtUtils::MakeMaker: 0
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.120351'
+generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120921'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
homepage: http://search.cpan.org/dist/Variable-Magic/
license: http://dev.perl.org/licenses/
repository: http://git.profvince.com/?p=perl%2Fmodules%2FVariable-Magic.git
-version: 0.48
+version: 0.49
Variable::Magic - Associate user-defined magic to variables from Perl.
VERSION
- Version 0.48
+ Version 0.49
SYNOPSIS
use Variable::Magic qw<wizard cast VMG_OP_INFO_NAME>;
=head1 VERSION
-Version 0.48
+Version 0.49
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.48';
+ $VERSION = '0.49';
}
=head1 SYNOPSIS