diff --git a/Changes b/Changes index b1184bf..0a44569 100644 --- a/Changes +++ b/Changes @@ -1,2 +1,5 @@ +0.02 Tue, 11 Nov 2008 15:26:33 +0100 + * Port to B::Hooks::OP::PPAddr. + 0.01 Wed, 05 Nov 2008 09:58:17 +0100 * Initial release. diff --git a/lib/signatures.pm b/lib/signatures.pm index 29cd3d7..3ad041a 100644 --- a/lib/signatures.pm +++ b/lib/signatures.pm @@ -9,7 +9,7 @@ use B::Hooks::OP::Check; use B::Hooks::OP::PPAddr; use B::Hooks::EndOfScope; -our $VERSION = '0.01'; +our $VERSION = '0.02'; XSLoader::load(__PACKAGE__, $VERSION);