Revision history for B-RecDeparse
+0.09 2014-10-04 17:30 UTC
+ + Fix : [RT #99177] : Fix for 5.21.4.
+ Thanks Father Chrysostomos for reporting and contributing a
+ patch.
+
0.08 2013-09-01 17:30 UTC
This is a maintenance release. The code contains no functional change.
Satisfied users of version 0.07 can skip this update.
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 0,
- "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921",
+ "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690",
"license" : [
"perl_5"
],
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FB-RecDeparse.git"
}
},
- "version" : "0.08"
+ "version" : "0.09"
}
author:
- 'Vincent Pit <perl@profvince.com>'
build_requires:
- B::Deparse: 0
- Carp: 0
- Config: 0
- ExtUtils::MakeMaker: 0
- Test::More: 0
- base: 0
+ B::Deparse: '0'
+ Carp: '0'
+ Config: '0'
+ ExtUtils::MakeMaker: '0'
+ Test::More: '0'
+ base: '0'
configure_requires:
- ExtUtils::MakeMaker: 0
+ ExtUtils::MakeMaker: '0'
dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
+ version: '1.4'
name: B-RecDeparse
no_index:
directory:
- t
- inc
requires:
- B::Deparse: 0
- Carp: 0
- Config: 0
- base: 0
- perl: 5.008001
+ B::Deparse: '0'
+ Carp: '0'
+ Config: '0'
+ base: '0'
+ perl: '5.008001'
resources:
bugtracker: http://rt.cpan.org/Dist/Display.html?Name=B-RecDeparse
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.08
+version: '0.09'
B::RecDeparse - Deparse recursively into subroutines.
VERSION
- Version 0.08
+ Version 0.09
SYNOPSIS
# Deparse recursively a Perl one-liner :
<http://www.profvince.com/perl/cover/B-RecDeparse>.
COPYRIGHT & LICENSE
- Copyright 2008,2009,2010,2011,2013 Vincent Pit, all rights reserved.
+ Copyright 2008,2009,2010,2011,2013,2014 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.08
+Version 0.09
=cut
-our $VERSION = '0.08';
+our $VERSION = '0.09';
=head1 SYNOPSIS