Changeset 37351
- Timestamp:
- 05/04/10 15:52:47 (3 years ago)
- Location:
- lang/perl/Attribute-Util/trunk
- Files:
-
- 3 modified
-
Changes (modified) (1 diff)
-
lib/Attribute/Util.pm (modified) (1 diff)
-
t/05method.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Attribute-Util/trunk/Changes
r33629 r37351 4 4 # 5 5 $Revision: 1.5 $ $Date: 2009/05/27 11:36:04 $ 6 ! t/05method.t 7 Addressed: #52643: GitLive-blead-2143-g09330df breaks 1.05 8 http://rt.cpan.org/Public/Bug/Display.html?id=52643 9 10 1.05 2009/05/27 11:36:04 6 11 ! lib/Attribute/Method.pm 7 12 Addressed: #46403: Attribute::Method -
lang/perl/Attribute-Util/trunk/lib/Attribute/Util.pm
r33629 r37351 6 6 use Carp (); 7 7 8 our $VERSION = sprintf "%d.%02d", q$Revision: 1. 5$ =~ /(\d+)/g;8 our $VERSION = sprintf "%d.%02d", q$Revision: 1.6 $ =~ /(\d+)/g; 9 9 our @DEFAULT_ATTRIBUTES = qw(Abstract Alias Memoize Method SigHandler); 10 10 -
lang/perl/Attribute-Util/trunk/t/05method.t
r11981 r37351 4 4 use warnings; 5 5 use strict; 6 use Test::More tests => 8;6 use Test::More tests => 7; 7 7 8 8 BEGIN { use_ok( 'Attribute::Method' ); } … … 48 48 }; 49 49 ok $@, "Class::Wrong"; 50 like $@, qr/strict/;50 # like $@, qr/strict/;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)