From: Brandon L Black Date: Sun, 9 Sep 2007 15:53:04 +0000 (+0000) Subject: 0.05 w/ R#28661 fix X-Git-Tag: 0.05^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMRO-Compat.git;a=commitdiff_plain;h=b3954bc8908ea9ba7cb77399dae254f2ceaba7c3 0.05 w/ R#28661 fix --- diff --git a/ChangeLog b/ChangeLog index c69dc9d..4325d8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Revision history for Perl extension MRO::Compat. +0.05 - Sun Sept 9, 2007 + - Fix for RT#28661 (ill-formated %INC filenames aren't nice) + 0.04 - Wed July 18, 2007 - Removed doc warning now that 5.9.5 is out - Stopped the code from assuming valid classnames diff --git a/lib/MRO/Compat.pm b/lib/MRO/Compat.pm index 108957a..541e1d9 100644 --- a/lib/MRO/Compat.pm +++ b/lib/MRO/Compat.pm @@ -5,7 +5,7 @@ require 5.006_000; # Keep this < 1.00, so people can tell the fake # mro.pm from the real one -our $VERSION = '0.04'; +our $VERSION = '0.05'; BEGIN { # Alias our private functions over to