diff --git a/Changes b/Changes index 1d22f25..fc059ff 100644 --- a/Changes +++ b/Changes @@ -1,14 +1,16 @@ Revision history for Perl extension optimize -0.03_02 2011-07-xx rurban - - replace failing Hook::Scope::POST with B::Hooks::EndOfScope::on_scope_end +0.03_03 2011-07-18 rurban + - replace failing Hook::Scope::POST with + B::Hooks::EndOfScope::on_scope_end + - fix Artur's name 0.03_02 2011-03-01 rurban - added missing requirements 0.03_01 2011-02-19 rurban - enabled register/unregister - - stablized 11-integer left shift test + - stabilized 11-integer left shift test 0.03 Sun Aug 11 23:45:10 CEST 2002 abergman - Fixed bug when a constant was a AV in which we would get bizare diff --git a/lib/optimize.pm b/lib/optimize.pm index aa9223c..93873c9 100644 --- a/lib/optimize.pm +++ b/lib/optimize.pm @@ -152,7 +152,7 @@ different optimizations will be in a different state of readyness =head1 AUTHOR -Arthur Bergman Eabergman at cpan.orgE +Artur Bergman Eabergman at cpan.orgE =head1 SEE ALSO diff --git a/lib/optimize/int.pm b/lib/optimize/int.pm index 944f995..185158e 100644 --- a/lib/optimize/int.pm +++ b/lib/optimize/int.pm @@ -70,7 +70,7 @@ C. =head1 AUTHOR -Arthur Bergman Eabergman@cpan.orgE +Artur Bergman Eabergman@cpan.orgE =head1 SEE ALSO