Revision history for re-engine-Hooks
+0.04 2013-01-30 19:30 UTC
+ + Tst : t/93-pod-spelling.t does not crash anymore on perl 5.12 and
+ below.
+ + Upd : Support for perl 5.12.5, 5.14.3, 5.16.2 and 5.17.[5678].
+
0.03 2012-09-24 11:10 UTC
+ Doc : reh_exec_hook() has been correctly renamed to
reh_exec_node_hook() in the documentation.
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120921",
+ "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.120921",
"license" : [
"perl_5"
],
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2Fre-engine-Hooks.git"
}
},
- "version" : "0.03"
+ "version" : "0.04"
}
ExtUtils::MakeMaker: 0
File::Spec: 0
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.64, 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/re-engine-Hooks/
license: http://dev.perl.org/licenses/
repository: http://git.profvince.com/?p=perl%2Fmodules%2Fre-engine-Hooks.git
-version: 0.03
+version: 0.04
engine.
VERSION
- Version 0.03
+ Version 0.04
SYNOPSIS
In your XS file :
perldoc re::engine::Hooks
COPYRIGHT & LICENSE
- Copyright 2012 Vincent Pit, all rights reserved.
+ Copyright 2012,2013 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
sub dl_load_flags { 0x01 }
BEGIN {
- $VERSION = '0.03';
+ $VERSION = '0.04';
require DynaLoader;
push @ISA, qw<Regexp DynaLoader>;
__PACKAGE__->bootstrap($VERSION);
use re::engine::Hooks;
BEGIN {
- $VERSION = '0.03';
+ $VERSION = '0.04';
require DynaLoader;
push @ISA, 'DynaLoader';
__PACKAGE__->bootstrap($VERSION);