[libclass-tiny-perl] 06/22: typo

gregor herrmann gregoa at debian.org
Sun May 31 14:03:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to annotated tag release-0.001
in repository libclass-tiny-perl.

commit a3352889a625bccdda30fdad82bbef2b65979d12
Author: David Golden <dagolden at cpan.org>
Date:   Thu Aug 15 22:20:33 2013 -0400

    typo
---
 t/alfa.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/alfa.t b/t/alfa.t
index d0bb60b..e46286e 100644
--- a/t/alfa.t
+++ b/t/alfa.t
@@ -54,7 +54,7 @@ subtest "constructor makes shallow copy" => sub {
     is( $obj->bar, 42, "bar is set" );
 };
 
-subtest "attributs are RW" => sub {
+subtest "attributes are RW" => sub {
     my $obj = new_ok( "Alfa", [ { foo => 23, bar => 42 } ] );
     is( $obj->foo(24), 24, "changing foo returns new value" );
     is( $obj->foo, 24, "accessing foo returns changed value" );

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-tiny-perl.git



More information about the Pkg-perl-cvs-commits mailing list