Changeset 8990 for lang/perl/Acme-PSON

Show
Ignore:
Timestamp:
04/06/08 15:38:02 (8 months ago)
Author:
tomyhero
Message:

lang/perl/Acme-PSON : add spelling.t

Location:
lang/perl/Acme-PSON
Files:
2 added
8 modified
1 copied

Legend:

Unmodified
Added
Removed
  • lang/perl/Acme-PSON/tags/0.03/Changes

    r8965 r8990  
    11Revision history for Acme-PSON 
     2 
     30.03    2008-04-06/15:26 
     4        - add spelling.t 
    25 
    360.02    2008-04-06/10:18 
  • lang/perl/Acme-PSON/tags/0.03/MANIFEST

    r8965 r8990  
    2121t/pod-coverage.t 
    2222t/pod.t 
     23t/spelling.t 
  • lang/perl/Acme-PSON/tags/0.03/Makefile.PL

    r8965 r8990  
    66author 'Tomohiro Teranishi <tomohiro.teranishi@gmail.com>'; 
    77all_from 'lib/Acme/PSON.pm'; 
    8 requires 'Test::More' => 0; 
    9 requires 'Readonly'   => 0; 
     8requires 'Test::More'     => 0; 
     9requires 'Readonly'       => 0; 
     10requires 'Test::Spelling' => 0; 
    1011license 'perl'; 
    1112auto_install; 
  • lang/perl/Acme-PSON/tags/0.03/lib/Acme/PSON.pm

    r8972 r8990  
    44use warnings; 
    55 
    6 our $VERSION = '0.02'; 
     6our $VERSION = '0.03'; 
    77 
    88use strict; 
     
    7272 
    7373Masahiro Funakoshi <masap@cpan.org> 
     74 
    7475Tomohiro Teranishi <tomohiro.teranishi@gmail.com> 
    7576 
    7677=head1 COPYRIGHT AND LICENSE 
    7778 
    78 Copyright (c) Tomohiro Teranishi, All rights reserved. 
     79Copyright 2008 Tomohiro Teranishi, All rights reserved. 
    7980 
    8081This 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  
    11Revision history for Acme-PSON 
     2 
     30.03    2008-04-06/15:26 
     4        - add spelling.t 
    25 
    360.02    2008-04-06/10:18 
  • lang/perl/Acme-PSON/trunk/MANIFEST

    r8965 r8990  
    2121t/pod-coverage.t 
    2222t/pod.t 
     23t/spelling.t 
  • lang/perl/Acme-PSON/trunk/Makefile.PL

    r8965 r8990  
    66author 'Tomohiro Teranishi <tomohiro.teranishi@gmail.com>'; 
    77all_from 'lib/Acme/PSON.pm'; 
    8 requires 'Test::More' => 0; 
    9 requires 'Readonly'   => 0; 
     8requires 'Test::More'     => 0; 
     9requires 'Readonly'       => 0; 
     10requires 'Test::Spelling' => 0; 
    1011license 'perl'; 
    1112auto_install; 
  • lang/perl/Acme-PSON/trunk/lib/Acme/PSON.pm

    r8972 r8990  
    44use warnings; 
    55 
    6 our $VERSION = '0.02'; 
     6our $VERSION = '0.03'; 
    77 
    88use strict; 
     
    7272 
    7373Masahiro Funakoshi <masap@cpan.org> 
     74 
    7475Tomohiro Teranishi <tomohiro.teranishi@gmail.com> 
    7576 
    7677=head1 COPYRIGHT AND LICENSE 
    7778 
    78 Copyright (c) Tomohiro Teranishi, All rights reserved. 
     79Copyright 2008 Tomohiro Teranishi, All rights reserved. 
    7980 
    8081This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.  See L<perlartistic>.