Changeset 2148


Ignore:
Timestamp:
12/21/08 18:28:51 (3 years ago)
Author:
fayland
Message:

bug fix.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Task-Padre-Plugin-Deps/Makefile.PL

    r2147 r2148  
    4040         
    4141# Padre::Plugin::JavaScript 0.22 
    42 requires 'JavaScript::Beautifie'   => '0.03'; 
     42requires 'JavaScript::Beautifier'   => '0.03'; 
    4343requires 'JavaScript::Minifier::XS'; 
    4444 
     
    6969 
    7070build_requires 'Test::More'; 
    71 build_requires 'Test::NeedsDisplay' => '1.05', 
     71build_requires 'Test::NeedsDisplay' => '1.05'; 
    7272 
    7373auto_install; 
  • trunk/Task-Padre-Plugin-Deps/lib/Task/Padre/Plugin/Deps.pm

    r2146 r2148  
    33use warnings; 
    44use strict; 
     5 
     6our $VERSION = '0.05'; 
     7 
     81; 
     9__END__ 
    510 
    611=head1 NAME 
     
    1217Version 0.05 
    1318 
    14 =cut 
    15  
    16 our $VERSION = '0.05'; 
    17  
    18  
    1919=head1 SYNOPSIS 
    2020 
     
    2323Gabor Szabo, C<< <szabgab at gmail.com> >> 
    2424 
    25  
    2625=head1 SUPPORT 
    2726 
    2827L<http://padre.perlide.org/> 
    2928 
    30  
    3129=head1 COPYRIGHT & LICENSE 
    3230 
    33 Copyright 2008 Gabor Szabo, all rights reserved. 
     31Copyright 2008 Gabor Szabo 
    3432 
    3533This program is free software; you can redistribute it and/or modify it 
    3634under the same terms as Perl itself. 
    3735 
    38  
    3936=cut 
    40  
    41 1; 
  • trunk/Task-Padre-Plugins/lib/Task/Padre/Plugins.pm

    r2144 r2148  
    33use warnings; 
    44use strict; 
     5 
     6our $VERSION = '0.06'; 
     7 
     81; 
     9__END__ 
    510 
    611=head1 NAME 
     
    1116 
    1217Version 0.06 
    13  
    14 =cut 
    15  
    16 our $VERSION = '0.06'; 
    17  
    1818 
    1919=head1 SYNOPSIS 
     
    4040under the same terms as Perl itself. 
    4141 
    42  
    4342=cut 
    4443 
    45 1; 
Note: See TracChangeset for help on using the changeset viewer.