Changeset 3322
- Timestamp:
- 03/13/09 15:41:16 (3 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
-
Task-Padre-Plugin-Deps/Changes (modified) (1 diff)
-
Task-Padre-Plugin-Deps/Makefile.PL (modified) (3 diffs)
-
Task-Padre-Plugin-Deps/lib/Task/Padre/Plugin/Deps.pm (modified) (2 diffs)
-
Task-Padre-Plugins/Changes (modified) (1 diff)
-
Task-Padre-Plugins/Makefile.PL (modified) (2 diffs)
-
Task-Padre-Plugins/lib/Task/Padre/Plugins.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Task-Padre-Plugin-Deps/Changes
r3182 r3322 1 1 Revision history for Task-Padre-Plugin-Deps 2 3 0.10 2009.3.14 4 Autoformat plugin 2 5 3 6 0.09 2009.3.5 -
trunk/Task-Padre-Plugin-Deps/Makefile.PL
r3182 r3322 13 13 # Padre::Plugin::Alarm 14 14 requires 'Audio::Beep'; 15 16 # Padre::Plugin::Autoformat 17 requires 'Text::Autoformat'; 15 18 16 19 # Padre::Plugin::CSS 0.02 … … 55 58 requires 'XML::Tidy'; 56 59 60 # SVN, Git 61 requires 'Capture::Tiny' => '0.03'; 62 57 63 feature 'Install experimental Padre plugin that runs on Parrot?', 58 64 -default => 0, … … 69 75 feature 'Install Simple SVK interface for Padre?', 70 76 -default => 0, 71 'Capture::Tiny' => '0.03',72 77 'SVK' => '2.0.2'; 73 78 -
trunk/Task-Padre-Plugin-Deps/lib/Task/Padre/Plugin/Deps.pm
r3183 r3322 4 4 use strict; 5 5 6 our $VERSION = '0. 09';6 our $VERSION = '0.10'; 7 7 8 8 1; … … 15 15 =head1 VERSION 16 16 17 Version 0. 0917 Version 0.10 18 18 19 19 =head1 SYNOPSIS -
trunk/Task-Padre-Plugins/Changes
r3223 r3322 1 1 Revision history for Task-Padre-Plugins 2 3 0.17 2009.3.14 4 Git and Autoformat plugin 2 5 3 6 0.16 2009.3.11 -
trunk/Task-Padre-Plugins/Makefile.PL
r3223 r3322 8 8 requires 'Padre::Plugin::AcmePlayCode' => '0.08'; 9 9 requires 'Padre::Plugin::Alarm' => '0.02'; 10 requires 'Padre::Plugin::Autoformat' => '0.2.1'; 10 11 requires 'Padre::Plugin::CommandLine' => '0.04'; 11 12 requires 'Padre::Plugin::CSS' => '0.05'; … … 45 46 'Padre::Plugin::SVK' => '0.02'; 46 47 48 feature 'Install Simple Git interface for Padre?', 49 -default => 0, 50 'Padre::Plugin::Git' => '0.01'; 51 47 52 build_requires 'Test::More'; 48 53 -
trunk/Task-Padre-Plugins/lib/Task/Padre/Plugins.pm
r3223 r3322 4 4 use strict; 5 5 6 our $VERSION = '0.1 6';6 our $VERSION = '0.17'; 7 7 8 8 1; … … 28 28 29 29 Alarm Clock (Audio::Beep) 30 31 =head2 Padre::Plugin::Autoformat 32 33 reformat your text within Padre 30 34 31 35 =head2 Padre::Plugin::CommandLine … … 64 68 65 69 Encrypt/Decrypt by Crypt::CBC 70 71 =head2 Padre::Plugin::Git 72 73 Simple Git interface for Padre 66 74 67 75 =head2 Padre::Plugin::HTML
Note: See TracChangeset
for help on using the changeset viewer.
