Changeset 7779 for lang/perl/Template-Plugin-StripScripts
- Timestamp:
- 03/11/08 01:00:36 (5 years ago)
- Location:
- lang/perl/Template-Plugin-StripScripts/trunk
- Files:
-
- 1 added
- 6 modified
-
.shipit (added)
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
MANIFEST.SKIP (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
README (modified) (1 diff)
-
lib/Template/Plugin/StripScripts.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Template-Plugin-StripScripts/trunk/Changes
r7775 r7779 1 1 Revision history for Perl extension Template::Plugin::StripScripts 2 3 [Changes for 0.02 2008-03-11] 4 5 * Fixed a bug in Makefile.PL (#33896) 2 6 3 7 [Changes for 0.01 2007-08-02] -
lang/perl/Template-Plugin-StripScripts/trunk/MANIFEST
r7775 r7779 23 23 t/00_compile.t 24 24 t/01_stripscripts.t 25 t/99_pod.t -
lang/perl/Template-Plugin-StripScripts/trunk/MANIFEST.SKIP
r7775 r7779 10 10 \.gz$ 11 11 \.cvsignore 12 ^9\d_.*\.t 12 ^t/9\d_.*\.t 13 ^\.git$ 14 ^\.svn$ 15 ^\.shipit$ 16 ^\.PerlySenseProject/ -
lang/perl/Template-Plugin-StripScripts/trunk/Makefile.PL
r7775 r7779 3 3 all_from 'lib/Template/Plugin/StripScripts.pm'; 4 4 license 'MIT'; 5 require Template => 0;6 require HTML::StripScripts::Parser => 0.99;5 requires Template => 0; 6 requires HTML::StripScripts::Parser => 0.99; 7 7 build_requires 'Test::More'; 8 8 use_test_base; -
lang/perl/Template-Plugin-StripScripts/trunk/README
r7775 r7779 32 32 COPYRIGHT AND LICENSE (The MIT License) 33 33 34 Copyright (c) 2007 , Kentaro Kuribayashi <kentaro@cpan.org>34 Copyright (c) 2007 -2008, Kentaro Kuribayashi <kentaro@cpan.org> 35 35 36 36 Permission is hereby granted, free of charge, to any person obtaining -
lang/perl/Template-Plugin-StripScripts/trunk/lib/Template/Plugin/StripScripts.pm
r7775 r7779 6 6 use base qw (Template::Plugin::Filter); 7 7 8 our $VERSION = 0.0 1;8 our $VERSION = 0.02; 9 9 10 10 sub init { … … 87 87 =head1 COPYRIGHT AND LICENSE (The MIT License) 88 88 89 Copyright (c) 2007 , Kentaro Kuribayashi E<lt>kentaro@cpan.orgE<gt>89 Copyright (c) 2007 - 2008, Kentaro Kuribayashi E<lt>kentaro@cpan.orgE<gt> 90 90 91 91 Permission is hereby granted, free of charge, to any person obtaining
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)