Changeset 2148
- Timestamp:
- 12/21/08 18:28:51 (3 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
Task-Padre-Plugin-Deps/Makefile.PL (modified) (2 diffs)
-
Task-Padre-Plugin-Deps/lib/Task/Padre/Plugin/Deps.pm (modified) (3 diffs)
-
Task-Padre-Plugins/lib/Task/Padre/Plugins.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Task-Padre-Plugin-Deps/Makefile.PL
r2147 r2148 40 40 41 41 # Padre::Plugin::JavaScript 0.22 42 requires 'JavaScript::Beautifie ' => '0.03';42 requires 'JavaScript::Beautifier' => '0.03'; 43 43 requires 'JavaScript::Minifier::XS'; 44 44 … … 69 69 70 70 build_requires 'Test::More'; 71 build_requires 'Test::NeedsDisplay' => '1.05' ,71 build_requires 'Test::NeedsDisplay' => '1.05'; 72 72 73 73 auto_install; -
trunk/Task-Padre-Plugin-Deps/lib/Task/Padre/Plugin/Deps.pm
r2146 r2148 3 3 use warnings; 4 4 use strict; 5 6 our $VERSION = '0.05'; 7 8 1; 9 __END__ 5 10 6 11 =head1 NAME … … 12 17 Version 0.05 13 18 14 =cut15 16 our $VERSION = '0.05';17 18 19 19 =head1 SYNOPSIS 20 20 … … 23 23 Gabor Szabo, C<< <szabgab at gmail.com> >> 24 24 25 26 25 =head1 SUPPORT 27 26 28 27 L<http://padre.perlide.org/> 29 28 30 31 29 =head1 COPYRIGHT & LICENSE 32 30 33 Copyright 2008 Gabor Szabo , all rights reserved.31 Copyright 2008 Gabor Szabo 34 32 35 33 This program is free software; you can redistribute it and/or modify it 36 34 under the same terms as Perl itself. 37 35 38 39 36 =cut 40 41 1; -
trunk/Task-Padre-Plugins/lib/Task/Padre/Plugins.pm
r2144 r2148 3 3 use warnings; 4 4 use strict; 5 6 our $VERSION = '0.06'; 7 8 1; 9 __END__ 5 10 6 11 =head1 NAME … … 11 16 12 17 Version 0.06 13 14 =cut15 16 our $VERSION = '0.06';17 18 18 19 19 =head1 SYNOPSIS … … 40 40 under the same terms as Perl itself. 41 41 42 43 42 =cut 44 43 45 1;
Note: See TracChangeset
for help on using the changeset viewer.
