Padre::Plugin::PAR

Current version is 0.05.

Download

Distribution from this site.
CPAN site

README

Padre::Plugin::PAR

A plugin for Padre to create PAR archives or 
stand alone executable from within the editor.

Installation should be done with the standard installation tools
CPAN.pm or CPANPLUS

Install Padre
Install PAR::Packer
Install Padre::Plugin::PAR

-----------------------------------------------------------------------
If you decide to install the plugin manually, you can do the following
instead of installing the module into a normal Perl library path:

- Install the prerequisite modules.

- Run:

perl Build.PL
./Build

- To install the plugin as a single binary for the current user, run:

./Build installplugin

This will install the plugin as PAR.par into your user's ~/.padre/plugins
directory.

Similarly, "./Build plugin" will just create the PAR.par which you can
then copy manually.

	

Documentation

Padre::Plugin::PAR

Change Log

0.05 2009-01-05

  - Follow the API changes of Padre 0.24, be a Padre::Plugin
    and use ->current.

0.04 2008-11-12

  - Follow the API changes of Padre 0.16
  - Use Padre::Wx instead of Wx.
  - Use Padre::PluginBuilder instead of Module::Build.

0.03 2008-10-26

  - Follow the API changes of Padre 0.12_01
  - Add the "plugin" and "installplugin" ./Build targets.

0.02 2008-08-17

  - Follow the API changes of Padre 0.05

0.01  2008-08-03

  - Initial, experimental version released.

    

(c) 2002-2010 Steffen Müller; All rights reserved.

Valid HTML 4.0!