Changeset 16436 for lang/perl/Bundle-NICAT
- Timestamp:
- 07/25/08 22:52:18 (5 years ago)
- Location:
- lang/perl/Bundle-NICAT/trunk
- Files:
-
- 5 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
MANIFEST.SKIP (modified) (3 diffs)
-
Makefile.PL (modified) (1 diff)
-
lib/Bundle/NICAT.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Bundle-NICAT/trunk/Changes
r16301 r16436 1 1 Revision history for Perl extension Bundle-NICAT 2 3 0.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. 2 7 3 8 0.05 Thu, 29 May 2008 12:00:43 -0000 (Marcel Gruenauer <marcel@cpan.org>) -
lang/perl/Bundle-NICAT/trunk/MANIFEST
r16301 r16436 9 9 inc/Module/Install/Makefile.pm 10 10 inc/Module/Install/Metadata.pm 11 inc/Module/Install/StandardTests.pm12 inc/Module/Install/Template.pm13 11 inc/Module/Install/Win32.pm 14 12 inc/Module/Install/WriteAll.pm 15 inc/Test/Compile.pm16 inc/Test/More.pm17 inc/UNIVERSAL/require.pm18 13 lib/Bundle/NICAT.pm 19 14 LICENSE -
lang/perl/Bundle-NICAT/trunk/MANIFEST.SKIP
r9738 r16436 10 10 ^Build$ 11 11 ^blib/ 12 ^pm_to_blib/ 12 13 ^_build/ 13 14 ^MakeMaker-\d … … 27 28 \.old$ 28 29 \.swp$ 30 \.tar$ 31 \.tar\.gz$ 29 32 ^#.*#$ 30 33 ^\.# … … 35 38 core 36 39 ^var/ 37 local/ -
lang/perl/Bundle-NICAT/trunk/Makefile.PL
r9738 r16436 20 20 perl_version '5.006'; 21 21 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');30 22 auto_install; 31 23 auto_include; -
lang/perl/Bundle-NICAT/trunk/lib/Bundle/NICAT.pm
r9738 r16436 13 13 __END__ 14 14 15 {% USE p = PodGenerated %} 15 16 16 17 17 =head1 NAME … … 154 154 YAML::Active 155 155 156 {% PROCESS standard_pod %} 156 =head1 BUGS AND LIMITATIONS 157 158 No bugs have been reported. 159 160 Please report any bugs or feature requests through the web interface at 161 L<http://rt.cpan.org>. 162 163 =head1 INSTALLATION 164 165 See perlmodinstall for information and options on installing Perl modules. 166 167 =head1 AVAILABILITY 168 169 The latest version of this module is available from the Comprehensive Perl 170 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 171 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 172 173 =head1 AUTHORS 174 175 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 176 177 =head1 COPYRIGHT AND LICENSE 178 179 Copyright 2007-2008 by the authors. 180 181 This library is free software; you can redistribute it and/or modify 182 it under the same terms as Perl itself. 183 157 184 158 185 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)