Change 34584 by [EMAIL PROTECTED] on 2008/10/25 12:04:36
Subject: Re: [Fwd: CPAN Upload:
S/SM/SMUELLER/Attribute-Handlers-0.80.tar.gz]
From: Steffen Mueller <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 25 Oct 2008 12:04:35 +0200
Affected files ...
... //depot/perl/lib/Attribute/Handlers.pm#40 edit
... //depot/perl/lib/Attribute/Handlers/Changes#10 edit
... //depot/perl/lib/Attribute/Handlers/README#9 edit
Differences ...
==== //depot/perl/lib/Attribute/Handlers.pm#40 (text) ====
Index: perl/lib/Attribute/Handlers.pm
--- perl/lib/Attribute/Handlers.pm#39~33914~ 2008-05-23 07:38:31.000000000
-0700
+++ perl/lib/Attribute/Handlers.pm 2008-10-25 05:04:36.000000000 -0700
@@ -867,13 +867,17 @@
Damian Conway ([EMAIL PROTECTED]). The maintainer of this module is now Rafael
Garcia-Suarez ([EMAIL PROTECTED]).
+Maintainer of the CPAN release is Steffen Mueller ([EMAIL PROTECTED]).
+Contact him with technical difficulties with respect to the packaging of the
+CPAN module.
+
=head1 BUGS
There are undoubtedly serious bugs lurking somewhere in code this funky :-)
Bug reports and other feedback are most welcome.
-=head1 COPYRIGHT
+=head1 COPYRIGHT AND LICENSE
- Copyright (c) 2001, Damian Conway. All Rights Reserved.
+ Copyright (c) 2001-2008, Damian Conway. All Rights Reserved.
This module is free software. It may be used, redistributed
and/or modified under the same terms as Perl itself.
==== //depot/perl/lib/Attribute/Handlers/Changes#10 (text) ====
Index: perl/lib/Attribute/Handlers/Changes
--- perl/lib/Attribute/Handlers/Changes#9~32583~ 2007-12-06
03:15:01.000000000 -0800
+++ perl/lib/Attribute/Handlers/Changes 2008-10-25 05:04:36.000000000 -0700
@@ -109,3 +109,7 @@
- Don't AUTOLOAD DESTROY (Jerry D Hedden, cpan bug #1911)
- A::H is now able to report caller's file and line number
(David Feldman)
+
+0.80 Fri Oct 24 12:06:00 CEST 2008
+ - CPAN release of the Attribute::Handlers version in bleadperl.
+
==== //depot/perl/lib/Attribute/Handlers/README#9 (text) ====
Index: perl/lib/Attribute/Handlers/README
--- perl/lib/Attribute/Handlers/README#8~32583~ 2007-12-06 03:15:01.000000000
-0800
+++ perl/lib/Attribute/Handlers/README 2008-10-25 05:04:36.000000000 -0700
@@ -1,5 +1,5 @@
==============================================================================
- Release of version 0.79 of Attribute::Handlers
+ Release of version 0.80 of Attribute::Handlers
==============================================================================
@@ -44,21 +44,14 @@
Damian Conway ([EMAIL PROTECTED])
COPYRIGHT
- Copyright (c) 2001-2007, Damian Conway. All Rights Reserved.
+ Copyright (c) 2001-2008, Damian Conway. All Rights Reserved.
This module is free software. It may be used, redistributed
and/or modified under the same terms as Perl itself.
-==============================================================================
-
-0.79
+CHANGES
- - The version released with Perl 5.10.0
- - All interpreted attributes are now passed as array references,
- eventually nested.
- - Don't AUTOLOAD DESTROY (Jerry D Hedden, cpan bug #1911)
- - A::H is now able to report caller's file and line number
- (David Feldman)
+See the included "Changes" file for a change log.
==============================================================================
End of Patch.