Changeset 3192
- Timestamp:
- 03/07/09 03:33:25 (3 years ago)
- Location:
- trunk/Padre-Plugin-SVK
- Files:
-
- 3 edited
-
Makefile.PL (modified) (1 diff)
-
README (modified) (2 diffs)
-
lib/Padre/Plugin/SVK.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-SVK/Makefile.PL
r3178 r3192 6 6 license 'perl'; 7 7 8 requires 'Capture::Tiny' => '0.03'; 9 requires 'Padre' => '0.27'; 10 requires 'SVK' => '2.0.2'; 8 requires 'Capture::Tiny' => '0.03'; 9 requires 'Padre' => '0.27'; 10 requires 'SVK' => '2.0.2'; 11 requires 'File::Basename' => '0'; 12 requires 'File::Spec' => '0'; 11 13 12 14 build_requires 'Test::More'; -
trunk/Padre-Plugin-SVK/README
r3153 r3192 1 1 Padre-Plugin-SVK 2 3 The README is used to introduce the module and provide instructions on4 how to install the module, any machine dependencies it may have (for5 example C compilers and installed libraries) and any other information6 that should be provided before the module is installed.7 8 A README file is required for CPAN modules since CPAN extracts the README9 file from a module distribution so that people browsing the archive10 can use it to get an idea of the module's uses. It is usually a good idea11 to provide version information here so that people can decide whether12 fixes for the module are worth downloading.13 14 2 15 3 INSTALLATION … … 29 17 perldoc Padre::Plugin::SVK 30 18 31 You can also look for information at:32 33 RT, CPAN's request tracker34 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-SVK35 36 AnnoCPAN, Annotated CPAN documentation37 http://annocpan.org/dist/Padre-Plugin-SVK38 39 CPAN Ratings40 http://cpanratings.perl.org/d/Padre-Plugin-SVK41 42 Search CPAN43 http://search.cpan.org/dist/Padre-Plugin-SVK/44 45 46 19 COPYRIGHT AND LICENCE 47 20 -
trunk/Padre-Plugin-SVK/lib/Padre/Plugin/SVK.pm
r3186 r3192 25 25 26 26 Padre::Plugin::SVK - Simple SVK interface for Padre 27 28 =head1 VERSION29 30 Version 0.0131 27 32 28 =head1 SYNOPSIS
Note: See TracChangeset
for help on using the changeset viewer.
