Changeset 12029
- Timestamp:
- 07/26/10 03:38:49 (19 months ago)
- Location:
- trunk/Padre-Plugin-ShellScript
- Files:
-
- 5 edited
-
. (modified) (1 prop)
-
Changes (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
README (modified) (1 diff)
-
lib/Padre/Plugin/ShellScript.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-ShellScript
- Property svn:ignore
-
old new 2 2 inc 3 3 Makefile 4 Makefile.old 5 *.tar.gz 6 pm_to_blib 7 blib
-
- Property svn:ignore
-
trunk/Padre-Plugin-ShellScript/Changes
r3126 r12029 1 0.02 to be released 2 compatibility to newer versions of Padre (ZENOG) 1 3 2 4 0.01 2009.02.01 -
trunk/Padre-Plugin-ShellScript/Makefile.PL
r4757 r12029 9 9 requires 'perl' => '5.008001'; 10 10 requires 'Exporter' => 0; 11 requires 'Padre' => '0. 27';11 requires 'Padre' => '0.65'; 12 12 requires 'Class::Autouse' => '1.26'; 13 13 -
trunk/Padre-Plugin-ShellScript/README
r3126 r12029 1 Padre::Plugin::ShellScript - Shell script support of Padre 1 2 2 Padre::Plugin::ShellScript - ShellScript support of Padre 3 This is first release and not completelly usefull. 3 Edit, run and debug shell scripts with Padre 4 5 This is first release and not completelly useful. 4 6 5 7 installation: -
trunk/Padre-Plugin-ShellScript/lib/Padre/Plugin/ShellScript.pm
r5338 r12029 15 15 # Declare the Padre interfaces this plugin uses 16 16 sub padre_interfaces { 17 'Padre::Plugin' => 0 ,18 'Padre::Document' => 0 ,19 'Padre::Wx::Main' => 0 ,17 'Padre::Plugin' => 0.43, 18 'Padre::Document' => 0.43, 19 'Padre::Wx::Main' => 0.43, 20 20 ; 21 21 }
Note: See TracChangeset
for help on using the changeset viewer.
