Revision history for re-engine-Hooks
+0.05 2013-08-24 19:50 UTC
+ This is a maintenance release. The code contains no functional change.
+ Satisfied users of version 0.04 can skip this update.
+ + Dep : Development releases of perls from the branches 5.11, 5.13,
+ 5.15 and 5.17 are no longer supported. Support for the branch
+ 5.19 will be removed as soon as the branch 5.21 is available.
+ All stable releases of perl since 5.10.1 are still supported.
+ + Doc : C++ compilers are officially NOT supported.
+ + Doc : POD headings are now properly linkable.
+ + Tst : Author tests are no longer bundled with this distribution.
+ They are only made available to authors in the git repository.
+ + Upd : Support for perl 5.14.4, 5.16.3, 5.18.[01] and 5.19.[0123].
+
0.04 2013-01-30 19:30 UTC
+ Tst : t/93-pod-spelling.t does not crash anymore on perl 5.12 and
below.
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.120921",
+ "generated_by" : "ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140",
"license" : [
"perl_5"
],
"release_status" : "stable",
"resources" : {
"bugtracker" : {
- "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=re-engine-Hooks"
+ "web" : "http://rt.cpan.org/Dist/Display.html?Name=re-engine-Hooks"
},
"homepage" : "http://search.cpan.org/dist/re-engine-Hooks/",
"license" : [
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2Fre-engine-Hooks.git"
}
},
- "version" : "0.04"
+ "version" : "0.05"
}
ExtUtils::MakeMaker: 0
File::Spec: 0
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
DynaLoader: 0
perl: 5.010001
resources:
- bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=re-engine-Hooks
+ bugtracker: http://rt.cpan.org/Dist/Display.html?Name=re-engine-Hooks
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.04
+version: 0.05
engine.
VERSION
- Version 0.04
+ Version 0.05
SYNOPSIS
In your XS file :
distribution. It implements a couple of simple examples.
DEPENDENCIES
- perl 5.10.1.
+ Any stable release of perl since 5.10.1, or a development release of
+ perl from the 5.19 branch.
+
+ A C compiler. This module may happen to build with a C++ compiler as
+ well, but don't rely on it, as no guarantee is made in this regard.
ExtUtils::Depends.
=head1 VERSION
-Version 0.04
+Version 0.05
=cut
sub dl_load_flags { 0x01 }
BEGIN {
- $VERSION = '0.04';
+ $VERSION = '0.05';
require DynaLoader;
push @ISA, qw<Regexp DynaLoader>;
__PACKAGE__->bootstrap($VERSION);
use re::engine::Hooks;
BEGIN {
- $VERSION = '0.04';
+ $VERSION = '0.05';
require DynaLoader;
push @ISA, 'DynaLoader';
__PACKAGE__->bootstrap($VERSION);