Changeset 3192


Ignore:
Timestamp:
03/07/09 03:33:25 (3 years ago)
Author:
szabgab
Message:

SVK: some Makefile.PL and README update

Location:
trunk/Padre-Plugin-SVK
Files:
3 edited

Legend:

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

    r3178 r3192  
    66license  'perl'; 
    77 
    8 requires  'Capture::Tiny' => '0.03'; 
    9 requires  'Padre'         => '0.27'; 
    10 requires  'SVK'           => '2.0.2'; 
     8requires  'Capture::Tiny'  => '0.03'; 
     9requires  'Padre'          => '0.27'; 
     10requires  'SVK'            => '2.0.2'; 
     11requires  'File::Basename' => '0'; 
     12requires  'File::Spec'     => '0'; 
    1113 
    1214build_requires 'Test::More'; 
  • trunk/Padre-Plugin-SVK/README

    r3153 r3192  
    11Padre-Plugin-SVK 
    2  
    3 The README is used to introduce the module and provide instructions on 
    4 how to install the module, any machine dependencies it may have (for 
    5 example C compilers and installed libraries) and any other information 
    6 that should be provided before the module is installed. 
    7  
    8 A README file is required for CPAN modules since CPAN extracts the README 
    9 file from a module distribution so that people browsing the archive 
    10 can use it to get an idea of the module's uses. It is usually a good idea 
    11 to provide version information here so that people can decide whether 
    12 fixes for the module are worth downloading. 
    13  
    142 
    153INSTALLATION 
     
    2917    perldoc Padre::Plugin::SVK 
    3018 
    31 You can also look for information at: 
    32  
    33     RT, CPAN's request tracker 
    34         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-SVK 
    35  
    36     AnnoCPAN, Annotated CPAN documentation 
    37         http://annocpan.org/dist/Padre-Plugin-SVK 
    38  
    39     CPAN Ratings 
    40         http://cpanratings.perl.org/d/Padre-Plugin-SVK 
    41  
    42     Search CPAN 
    43         http://search.cpan.org/dist/Padre-Plugin-SVK/ 
    44  
    45  
    4619COPYRIGHT AND LICENCE 
    4720 
  • trunk/Padre-Plugin-SVK/lib/Padre/Plugin/SVK.pm

    r3186 r3192  
    2525 
    2626Padre::Plugin::SVK - Simple SVK interface for Padre 
    27  
    28 =head1 VERSION 
    29  
    30 Version 0.01 
    3127 
    3228=head1 SYNOPSIS 
Note: See TracChangeset for help on using the changeset viewer.