Changeset 8990
- Timestamp:
- 04/06/08 15:38:02 (5 years ago)
- Location:
- lang/perl/Acme-PSON
- Files:
-
- 2 added
- 8 modified
- 1 copied
-
tags/0.03 (copied) (copied from lang/perl/Acme-PSON/trunk)
-
tags/0.03/Changes (modified) (1 diff)
-
tags/0.03/MANIFEST (modified) (1 diff)
-
tags/0.03/Makefile.PL (modified) (1 diff)
-
tags/0.03/lib/Acme/PSON.pm (modified) (2 diffs)
-
tags/0.03/t/spelling.t (added)
-
trunk/Changes (modified) (1 diff)
-
trunk/MANIFEST (modified) (1 diff)
-
trunk/Makefile.PL (modified) (1 diff)
-
trunk/lib/Acme/PSON.pm (modified) (2 diffs)
-
trunk/t/spelling.t (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Acme-PSON/tags/0.03/Changes
r8965 r8990 1 1 Revision history for Acme-PSON 2 3 0.03 2008-04-06/15:26 4 - add spelling.t 2 5 3 6 0.02 2008-04-06/10:18 -
lang/perl/Acme-PSON/tags/0.03/MANIFEST
r8965 r8990 21 21 t/pod-coverage.t 22 22 t/pod.t 23 t/spelling.t -
lang/perl/Acme-PSON/tags/0.03/Makefile.PL
r8965 r8990 6 6 author 'Tomohiro Teranishi <tomohiro.teranishi@gmail.com>'; 7 7 all_from 'lib/Acme/PSON.pm'; 8 requires 'Test::More' => 0; 9 requires 'Readonly' => 0; 8 requires 'Test::More' => 0; 9 requires 'Readonly' => 0; 10 requires 'Test::Spelling' => 0; 10 11 license 'perl'; 11 12 auto_install; -
lang/perl/Acme-PSON/tags/0.03/lib/Acme/PSON.pm
r8972 r8990 4 4 use warnings; 5 5 6 our $VERSION = '0.0 2';6 our $VERSION = '0.03'; 7 7 8 8 use strict; … … 72 72 73 73 Masahiro Funakoshi <masap@cpan.org> 74 74 75 Tomohiro Teranishi <tomohiro.teranishi@gmail.com> 75 76 76 77 =head1 COPYRIGHT AND LICENSE 77 78 78 Copyright (c)Tomohiro Teranishi, All rights reserved.79 Copyright 2008 Tomohiro Teranishi, All rights reserved. 79 80 80 81 This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L<perlartistic>. -
lang/perl/Acme-PSON/trunk/Changes
r8965 r8990 1 1 Revision history for Acme-PSON 2 3 0.03 2008-04-06/15:26 4 - add spelling.t 2 5 3 6 0.02 2008-04-06/10:18 -
lang/perl/Acme-PSON/trunk/MANIFEST
r8965 r8990 21 21 t/pod-coverage.t 22 22 t/pod.t 23 t/spelling.t -
lang/perl/Acme-PSON/trunk/Makefile.PL
r8965 r8990 6 6 author 'Tomohiro Teranishi <tomohiro.teranishi@gmail.com>'; 7 7 all_from 'lib/Acme/PSON.pm'; 8 requires 'Test::More' => 0; 9 requires 'Readonly' => 0; 8 requires 'Test::More' => 0; 9 requires 'Readonly' => 0; 10 requires 'Test::Spelling' => 0; 10 11 license 'perl'; 11 12 auto_install; -
lang/perl/Acme-PSON/trunk/lib/Acme/PSON.pm
r8972 r8990 4 4 use warnings; 5 5 6 our $VERSION = '0.0 2';6 our $VERSION = '0.03'; 7 7 8 8 use strict; … … 72 72 73 73 Masahiro Funakoshi <masap@cpan.org> 74 74 75 Tomohiro Teranishi <tomohiro.teranishi@gmail.com> 75 76 76 77 =head1 COPYRIGHT AND LICENSE 77 78 78 Copyright (c)Tomohiro Teranishi, All rights reserved.79 Copyright 2008 Tomohiro Teranishi, All rights reserved. 79 80 80 81 This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L<perlartistic>.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)