From: Jesse Luehrs Date: Sun, 3 May 2009 00:24:56 +0000 (-0500) Subject: update changes and delta X-Git-Tag: 0.78~52 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7d6b451ff616eece3660e55b61ccf3640ce12e4b;p=gitmo%2FMoose.git update changes and delta --- diff --git a/Changes b/Changes index 295f349..95013b6 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,11 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. +0.78 + * Moose::Exporter + - Make Moose::Exporter import strict and warnings into packages + that use it (doy) + 0.77 Sat, May 2, 2009 * Moose::Meta::Role - Add explicit use of Devel::GlobalDestruction and Sub::Name diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 20d755e..969ae47 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -16,6 +16,11 @@ feature. If you encounter a problem and have a solution but don't see it documented here, or think we missed an important feature, please send us a patch. +=head1 Version 0.78 + +C now imports C and C into packages +that use it. + =head1 Version 0.77 C and C now receive an argument indicating whether or