[Bps-public-commit] Class-Load branch, master, updated. 665fff55985ba68e16aba9ced2a9d8cc57c871f9

sartak at bestpractical.com sartak at bestpractical.com
Wed Sep 2 06:18:49 EDT 2009


The branch, master has been updated
       via  665fff55985ba68e16aba9ced2a9d8cc57c871f9 (commit)
      from  f04f8f08a569e15cf0727f1f182136b4e0d548a1 (commit)

Summary of changes:
 Changes           |    6 +++++-
 lib/Class/Load.pm |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 665fff55985ba68e16aba9ced2a9d8cc57c871f9
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Wed Sep 2 06:18:36 2009 -0400

    Changes and version

diff --git a/Changes b/Changes
index a67029e..b666702 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Revision history for Class-Load
 
-0.04
+0.05    Wed Sep 2 06:18:13 EST 2009
+        Cargo-cult Class::MOP's is_class_loaded so we work on 5.10
+
+0.04    Sun Nov 9 14:58:53 EST 2008
+        No changes
 
 0.03    Sun Nov 9 14:55:26 EST 2008
         Dist fix
diff --git a/lib/Class/Load.pm b/lib/Class/Load.pm
index 4beb8ab..d4db960 100644
--- a/lib/Class/Load.pm
+++ b/lib/Class/Load.pm
@@ -5,7 +5,7 @@ use warnings;
 use base 'Exporter';
 use File::Spec;
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 our @EXPORT_OK = qw/load_class try_load_class is_class_loaded/;
 our %EXPORT_TAGS = (

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list