Changeset 12024
- Timestamp:
- 07/26/10 03:14:26 (19 months ago)
- Location:
- trunk/Padre-Plugin-ClassSniff
- Files:
-
- 4 edited
-
Changes (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
README (modified) (3 diffs)
-
lib/Padre/Plugin/ClassSniff.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-ClassSniff/Changes
r7318 r12024 11 11 - Spanish (brunov) 12 12 - actually install the translations (RSN) 13 - removed old copy-pasted information from Padre-Plugin-Git (ZENOG) 14 - compatibility to newer Padre versions (ZENOG) 13 15 14 16 0.01 2009-03-19 -
trunk/Padre-Plugin-ClassSniff/Makefile.PL
r5855 r12024 9 9 repository 'http://svn.perlide.org/padre/trunk/Padre-Plugin-ClassSniff/'; 10 10 11 requires 'Padre' => '0. 29';11 requires 'Padre' => '0.43'; 12 12 requires 'Class::Sniff' => '0.08'; 13 13 -
trunk/Padre-Plugin-ClassSniff/README
r3363 r12024 1 Padre-Plugin-Git 1 Padre-Plugin-ClassSniff 2 3 This module adds very, very basic support for running Class::Sniff 4 with the default settings against the document (assumed to be a class) 5 in the current editor tab. 2 6 3 7 INSTALLATION … … 12 16 WARNING 13 17 14 This plugin relies on the command 'git' to be present. There's no check in the15 installation script that git is installed. You have to ensure that yourself.16 18 17 19 SUPPORT AND DOCUMENTATION … … 20 22 perldoc command. 21 23 22 perldoc Padre::Plugin:: Git24 perldoc Padre::Plugin::ClassSniff 23 25 24 26 COPYRIGHT AND LICENCE -
trunk/Padre-Plugin-ClassSniff/lib/Padre/Plugin/ClassSniff.pm
r4461 r12024 47 47 48 48 sub padre_interfaces { 49 'Padre::Plugin' => 0. 24,50 'Padre::Task' => 0.29,49 'Padre::Plugin' => 0.43, 50 'Padre::Task' => 0.43, 51 51 } 52 52
Note: See TracChangeset
for help on using the changeset viewer.
