Changeset 5654
- Timestamp:
- 06/27/09 00:25:57 (3 years ago)
- File:
-
- 1 edited
-
trunk/Padre-Plugin-Ecliptic/Build.PL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-Ecliptic/Build.PL
r5318 r5654 4 4 5 5 6 my $builder = Module::Build->new( 6 my $class = Module::Build->subclass(code => <<'EOF'); 7 use Locale::Msgfmt; 8 sub process_mo_files { 9 msgfmt({ 10 in => "lib/Padre/Plugin/Ecliptic/share/locale/", 11 out => "blib/lib/Padre/Plugin/Ecliptic/share/locale/"}); 12 } 13 EOF 14 my $builder = $class->new( 7 15 module_name => 'Padre::Plugin::Ecliptic', 8 16 license => 'perl', … … 13 21 'Test::Exception' => '0.27', 14 22 'Test::NoWarnings' => '0.084', 15 ' Test::NeedsDisplay' => '1.05',23 'Locale::Msgfmt' => '0.07', 16 24 }, 17 25 requires => {
Note: See TracChangeset
for help on using the changeset viewer.
