Revision history for Variable-Temp
+0.04 2017-11-04 17:00 UTC
+ + Fix : Test failures on perl 5.27.5 and above.
+ + Fix : Test::More is no longer a dependency.
+
0.03 2015-04-06 12:55 UTC
+ Tst : t/13-magic.t will no longer fail with a 'planned twice' error
when Variable::Magic's version is not recent enough.
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 0,
- "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001",
+ "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "Variable-Temp",
"no_index" : {
"requires" : {
"Exporter" : "0",
"Scope::Upper" : "0",
- "Test::More" : "0",
"Variable::Magic" : "0.51",
"base" : "0",
"perl" : "5.006"
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FVariable-Temp.git"
}
},
- "version" : "0.03"
+ "version" : "0.04",
+ "x_serialization_backend" : "JSON::PP version 2.94"
}
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001'
+generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
requires:
Exporter: '0'
Scope::Upper: '0'
- Test::More: '0'
Variable::Magic: '0.51'
base: '0'
perl: '5.006'
homepage: http://search.cpan.org/dist/Variable-Temp/
license: http://dev.perl.org/licenses/
repository: http://git.profvince.com/?p=perl%2Fmodules%2FVariable-Temp.git
-version: '0.03'
+version: '0.04'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
Variable::Temp - Temporarily change the value of a variable.
VERSION
- Version 0.03
+ Version 0.04
SYNOPSIS
use Variable::Temp 'temp';
perldoc Variable::Temp
COPYRIGHT & LICENSE
- Copyright 2015 Vincent Pit, all rights reserved.
+ Copyright 2015,2017 Vincent Pit, all rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=head1 VERSION
-Version 0.03
+Version 0.04
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.03';
+ $VERSION = '0.04';
}
=head1 SYNOPSIS