[Bps-public-commit] Class-Load branch, master, updated. a3b22107f25c7ad27c5039c42af9f77d48b1ea2e
sartak at bestpractical.com
sartak at bestpractical.com
Wed Sep 2 06:30:23 EDT 2009
The branch, master has been updated
via a3b22107f25c7ad27c5039c42af9f77d48b1ea2e (commit)
from abb313796b07fddc7f1b712a968c872816ea50ef (commit)
Summary of changes:
Changes | 2 ++
lib/Class/Load.pm | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit a3b22107f25c7ad27c5039c42af9f77d48b1ea2e
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Sep 2 06:30:18 2009 -0400
Bump to 0.06
diff --git a/Changes b/Changes
index b666702..849cfaa 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for Class-Load
+0.06
+
0.05 Wed Sep 2 06:18:13 EST 2009
Cargo-cult Class::MOP's is_class_loaded so we work on 5.10
diff --git a/lib/Class/Load.pm b/lib/Class/Load.pm
index e3b7cd2..4234c8e 100644
--- a/lib/Class/Load.pm
+++ b/lib/Class/Load.pm
@@ -4,7 +4,7 @@ use warnings;
use base 'Exporter';
use File::Spec;
-our $VERSION = '0.05';
+our $VERSION = '0.06';
our @EXPORT_OK = qw/load_class try_load_class is_class_loaded/;
our %EXPORT_TAGS = (
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list