Revision history for B-RecDeparse
+0.10 2015-03-12 18:15 UTC
+ + Fix : [RT #99809] : Fix for 5.21.5
+ Thanks Father Chrysostomos for reporting and contributing a
+ patch.
+ + Tst : Work around a change of behaviour of B::Deparse in 5.21.x
+ that causes sub references compiled inside "use strict 'vars'"
+ to be fully qualified when deparsed.
+
0.09 2014-10-04 17:30 UTC
+ Fix : [RT #99177] : Fix for 5.21.4.
Thanks Father Chrysostomos for reporting and contributing a
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 0,
- "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690",
+ "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001",
"license" : [
"perl_5"
],
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FB-RecDeparse.git"
}
},
- "version" : "0.09"
+ "version" : "0.10"
}
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
homepage: http://search.cpan.org/dist/B-RecDeparse/
license: http://dev.perl.org/licenses/
repository: http://git.profvince.com/?p=perl%2Fmodules%2FB-RecDeparse.git
-version: '0.09'
+version: '0.10'
B::RecDeparse - Deparse recursively into subroutines.
VERSION
- Version 0.09
+ Version 0.10
SYNOPSIS
# Deparse recursively a Perl one-liner :
* "pp_refgen"
+ * "pp_srefgen"
+
* "pp_gv"
Otherwise, B::RecDeparse inherits all methods from B::Deparse.
<http://www.profvince.com/perl/cover/B-RecDeparse>.
COPYRIGHT & LICENSE
- Copyright 2008,2009,2010,2011,2013,2014 Vincent Pit, all rights
+ Copyright 2008,2009,2010,2011,2013,2014,2015 Vincent Pit, all rights
reserved.
This program is free software; you can redistribute it and/or modify it
=head1 VERSION
-Version 0.09
+Version 0.10
=cut
-our $VERSION = '0.09';
+our $VERSION = '0.10';
=head1 SYNOPSIS