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

Shawn Moore sartak at bestpractical.com
Mon Nov 15 16:51:01 EST 2010


The branch, master has been updated
       via  f2e7421e44d2f4faece47e7f76c47b9f0b340802 (commit)
       via  2628e580e7be328385f935d9470fa3dea4f28bbf (commit)
      from  18408fb0028d8f543d1af1e2254236a7ac5aee28 (commit)

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

- Log -----------------------------------------------------------------
commit 2628e580e7be328385f935d9470fa3dea4f28bbf
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Nov 15 16:51:05 2010 -0500

    Better SEE ALSO

diff --git a/lib/Class/Load.pm b/lib/Class/Load.pm
index 31d1cb3..970e058 100644
--- a/lib/Class/Load.pm
+++ b/lib/Class/Load.pm
@@ -241,15 +241,14 @@ get the behaviour of it simply not existing.
 
 =over 4
 
-=item L<UNIVERSAL::require>
+=item L<http://blog.fox.geek.nz/2010/11/searching-design-spec-for-ultimate.html>
 
-Adds a C<require> method to C<UNIVERSAL> so that you can say
-C<< Class::Name->require >>. I personally dislike the pollution.
+This blog post is a good overview of the current state of the existing modules
+for loading other modules in various ways.
 
-=item L<Module::Load>
+=item L<http://blog.fox.geek.nz/2010/11/handling-optional-requirements-with.html>
 
-Supports C<Class::Name> and C<< Class/Name.pm >> formats, no C<try_to_load> or
-C<is_class_loaded>.
+This blog post describes how to handle optional modules with L<Class::Load>.
 
 =item L<Moose>, L<Jifty>, L<Prophet>, etc
 

commit f2e7421e44d2f4faece47e7f76c47b9f0b340802
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Nov 15 16:51:16 2010 -0500

    Bump Copyright to 2010

diff --git a/lib/Class/Load.pm b/lib/Class/Load.pm
index 970e058..1465059 100644
--- a/lib/Class/Load.pm
+++ b/lib/Class/Load.pm
@@ -271,7 +271,7 @@ L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Class-Load>.
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2009 Best Practical Solutions.
+Copyright 2008-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

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



More information about the Bps-public-commit mailing list