From: Ash Berlin Date: Wed, 22 Apr 2009 17:51:54 +0000 (+0000) Subject: Proper date on Changes file X-Git-Tag: v1.001000~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a5e2307a44dfd68fe05a145f7ec1970ecee8e65;p=p5sagit%2FClass-C3-Componentised.git Proper date on Changes file --- diff --git a/Changes b/Changes index f3893b1..bbc7f97 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Class-C3-Componentised -1.0005 19 Apr 2009 +1.0005 22 Apr 2009 Add load_optional_class method 1.0004 18 Mar 2009 diff --git a/Makefile.PL b/Makefile.PL index 09ff4d4..4200cbc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.67; +use inc::Module::Install 0.85; name 'Class-C3-Componentised'; all_from 'lib/Class/C3/Componentised.pm';