[Bps-public-commit] r15143 - in Class-Load/trunk: lib/Class

sartak at bestpractical.com sartak at bestpractical.com
Wed Aug 13 20:28:14 EDT 2008


Author: sartak
Date: Wed Aug 13 20:28:13 2008
New Revision: 15143

Modified:
   Class-Load/trunk/   (props changed)
   Class-Load/trunk/lib/Class/Load.pm

Log:
 r69586 at onn:  sartak | 2008-08-13 20:28:08 -0400
 doc fixes etc


Modified: Class-Load/trunk/lib/Class/Load.pm
==============================================================================
--- Class-Load/trunk/lib/Class/Load.pm	(original)
+++ Class-Load/trunk/lib/Class/Load.pm	Wed Aug 13 20:28:13 2008
@@ -5,6 +5,8 @@
 use base 'Exporter';
 use File::Spec;
 
+our $VERSION = '0.01';
+
 our @EXPORT_OK = qw/load_class try_load_class is_class_loaded/;
 our %EXPORT_TAGS = (
     all => \@EXPORT_OK,
@@ -78,7 +80,7 @@
 
 =head1 NAME
 
-Class::Load - a working require "Class::Name"
+Class::Load - a working `require "Class::Name"` and more
 
 =head1 SYNOPSIS
 
@@ -147,6 +149,8 @@
 This module was designed to be used anywhere you have
 C<if (eval "require $module"; 1)>.
 
+=back
+
 =head1 AUTHOR
 
 Shawn M Moore, C<< <sartak at gmail.com> >>



More information about the Bps-public-commit mailing list