Changeset 3322


Ignore:
Timestamp:
03/13/09 15:41:16 (3 years ago)
Author:
fayland
Message:

update Tasks

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Task-Padre-Plugin-Deps/Changes

    r3182 r3322  
    11Revision history for Task-Padre-Plugin-Deps 
     2 
     30.10    2009.3.14 
     4        Autoformat plugin 
    25 
    360.09    2009.3.5 
  • trunk/Task-Padre-Plugin-Deps/Makefile.PL

    r3182 r3322  
    1313# Padre::Plugin::Alarm 
    1414requires 'Audio::Beep'; 
     15 
     16# Padre::Plugin::Autoformat 
     17requires 'Text::Autoformat'; 
    1518 
    1619# Padre::Plugin::CSS 0.02 
     
    5558requires 'XML::Tidy'; 
    5659 
     60# SVN, Git 
     61requires 'Capture::Tiny' => '0.03'; 
     62 
    5763feature 'Install experimental Padre plugin that runs on Parrot?', 
    5864    -default        => 0, 
     
    6975feature 'Install Simple SVK interface for Padre?', 
    7076    -default        => 0, 
    71     'Capture::Tiny' => '0.03', 
    7277    'SVK'           => '2.0.2'; 
    7378 
  • trunk/Task-Padre-Plugin-Deps/lib/Task/Padre/Plugin/Deps.pm

    r3183 r3322  
    44use strict; 
    55 
    6 our $VERSION = '0.09'; 
     6our $VERSION = '0.10'; 
    77 
    881; 
     
    1515=head1 VERSION 
    1616 
    17 Version 0.09 
     17Version 0.10 
    1818 
    1919=head1 SYNOPSIS 
  • trunk/Task-Padre-Plugins/Changes

    r3223 r3322  
    11Revision history for Task-Padre-Plugins 
     2 
     30.17    2009.3.14 
     4        Git and Autoformat plugin 
    25 
    360.16    2009.3.11 
  • trunk/Task-Padre-Plugins/Makefile.PL

    r3223 r3322  
    88requires 'Padre::Plugin::AcmePlayCode'   => '0.08'; 
    99requires 'Padre::Plugin::Alarm'          => '0.02'; 
     10requires 'Padre::Plugin::Autoformat'     => '0.2.1'; 
    1011requires 'Padre::Plugin::CommandLine'    => '0.04'; 
    1112requires 'Padre::Plugin::CSS'            => '0.05'; 
     
    4546    'Padre::Plugin::SVK' => '0.02'; 
    4647 
     48feature 'Install Simple Git interface for Padre?', 
     49    -default             => 0, 
     50    'Padre::Plugin::Git' => '0.01'; 
     51 
    4752build_requires 'Test::More'; 
    4853 
  • trunk/Task-Padre-Plugins/lib/Task/Padre/Plugins.pm

    r3223 r3322  
    44use strict; 
    55 
    6 our $VERSION = '0.16'; 
     6our $VERSION = '0.17'; 
    77 
    881; 
     
    2828 
    2929Alarm Clock (Audio::Beep) 
     30 
     31=head2 Padre::Plugin::Autoformat 
     32 
     33reformat your text within Padre   
    3034 
    3135=head2 Padre::Plugin::CommandLine 
     
    6468 
    6569Encrypt/Decrypt by Crypt::CBC 
     70 
     71=head2 Padre::Plugin::Git 
     72 
     73Simple Git interface for Padre   
    6674 
    6775=head2 Padre::Plugin::HTML 
Note: See TracChangeset for help on using the changeset viewer.