Show
Ignore:
Timestamp:
07/25/08 22:52:18 (5 years ago)
Author:
hanekomu
Message:

continued to update distribution to standard style

Location:
lang/perl/Bundle-NICAT/trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Bundle-NICAT/trunk/Changes

    r16301 r16436  
    11Revision history for Perl extension Bundle-NICAT 
     2 
     30.06  Thu Jul 25 15:27:43 CEST 2008 (Marcel Gruenauer <marcel@cpan.org>) 
     4     - Changed dist style and Changes back to standard. People didn't like it - 
     5       the nail that sticks out gets hammered down. 
     6     - Added standard test files; this will also help with CPANTS. 
    27 
    380.05  Thu, 29 May 2008 12:00:43 -0000 (Marcel Gruenauer <marcel@cpan.org>) 
  • lang/perl/Bundle-NICAT/trunk/MANIFEST

    r16301 r16436  
    99inc/Module/Install/Makefile.pm 
    1010inc/Module/Install/Metadata.pm 
    11 inc/Module/Install/StandardTests.pm 
    12 inc/Module/Install/Template.pm 
    1311inc/Module/Install/Win32.pm 
    1412inc/Module/Install/WriteAll.pm 
    15 inc/Test/Compile.pm 
    16 inc/Test/More.pm 
    17 inc/UNIVERSAL/require.pm 
    1813lib/Bundle/NICAT.pm 
    1914LICENSE 
  • lang/perl/Bundle-NICAT/trunk/MANIFEST.SKIP

    r9738 r16436  
    1010^Build$ 
    1111^blib/ 
     12^pm_to_blib/ 
    1213^_build/ 
    1314^MakeMaker-\d 
     
    2728\.old$ 
    2829\.swp$ 
     30\.tar$ 
     31\.tar\.gz$ 
    2932^#.*#$ 
    3033^\.# 
     
    3538core 
    3639^var/ 
    37 local/ 
  • lang/perl/Bundle-NICAT/trunk/Makefile.PL

    r9738 r16436  
    2020perl_version '5.006'; 
    2121 
    22 process_templates( 
    23     first_year => 2007, 
    24     rest_from  => "$ENV{HOME}/.mitlib/standard_pod", 
    25     start_tag  => '{%', 
    26     end_tag    => '%}', 
    27 ); 
    28  
    29 use_standard_tests(without => 'pod_coverage'); 
    3022auto_install; 
    3123auto_include; 
  • lang/perl/Bundle-NICAT/trunk/lib/Bundle/NICAT.pm

    r9738 r16436  
    1313__END__ 
    1414 
    15 {% USE p = PodGenerated %} 
     15 
    1616 
    1717=head1 NAME 
     
    154154YAML::Active 
    155155 
    156 {% PROCESS standard_pod %} 
     156=head1 BUGS AND LIMITATIONS 
     157 
     158No bugs have been reported. 
     159 
     160Please report any bugs or feature requests through the web interface at 
     161L<http://rt.cpan.org>. 
     162 
     163=head1 INSTALLATION 
     164 
     165See perlmodinstall for information and options on installing Perl modules. 
     166 
     167=head1 AVAILABILITY 
     168 
     169The latest version of this module is available from the Comprehensive Perl 
     170Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     171site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     172 
     173=head1 AUTHORS 
     174 
     175Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     176 
     177=head1 COPYRIGHT AND LICENSE 
     178 
     179Copyright 2007-2008 by the authors. 
     180 
     181This library is free software; you can redistribute it and/or modify 
     182it under the same terms as Perl itself. 
     183 
    157184 
    158185=cut