Changeset 838
- Timestamp:
- 11/09/08 01:45:47 (3 years ago)
- Location:
- projects/Padre-Plugin-Parrot
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/Padre-Plugin-Parrot/Build.PL
r793 r838 2 2 use warnings; 3 3 use Module::Build; 4 5 if (not $ENV{PARROT_PATH}) { 6 warn "PARROT_PATH needs to be defined\n"; 7 exit 0; 8 } 9 10 unshift @INC, ( 11 "$ENV{PARROT_PATH}/ext/Parrot-Embed/blib/lib", 12 "$ENV{PARROT_PATH}/ext/Parrot-Embed/blib/arch", 13 "$ENV{PARROT_PATH}/ext/Parrot-Embed/_build/lib", 14 ); 15 require Parrot::Embed; 16 if ($@) { 17 warn "Parrot::Embed needs to be compiled\n"; 18 exit 0; 19 } 4 20 5 21 my $builder = Module::Build->new( -
projects/Padre-Plugin-Parrot/Changes
r793 r838 1 1 Revision history for Padre-Plugin-Parrot 2 2 3 0.16 2008.11.0 73 0.16 2008.11.09 4 4 Moved to its own distribution 5 Checking if Parrot::Embed is available 5 6 6 7 0.15 -
projects/Padre-Plugin-Parrot/MANIFEST
r793 r838 5 5 lib/Padre/Plugin/Parrot.pm 6 6 t/00-load.t 7 t/pod-coverage.t8 t/pod.t -
projects/Padre-Plugin-Parrot/lib/Padre/Plugin/Parrot.pm
r837 r838 3 3 use warnings; 4 4 5 our $VERSION = '0.1 5';5 our $VERSION = '0.16'; 6 6 7 7 use Padre::Wx ();
Note: See TracChangeset
for help on using the changeset viewer.
