Changeset 11977
- Timestamp:
- 07/24/10 13:44:25 (19 months ago)
- Location:
- trunk/Padre-Plugin-CSS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-CSS
- Property svn:ignore
-
old new 7 7 Build.bat 8 8 META.yml 9 Padre-Plugin-CSS-*
-
- Property svn:ignore
-
trunk/Padre-Plugin-CSS/Build.PL
r11142 r11977 2 2 use strict; 3 3 use warnings; 4 use Module::Build ;4 use Module::Build 0.36; 5 5 6 6 my $builder = Module::Build->new( … … 19 19 }, 20 20 add_to_cleanup => [ 'Padre-Plugin-CSS-*' ], 21 create_makefile_pl => 'traditional',21 #create_makefile_pl => 'traditional', 22 22 meta_merge => { 23 23 resources => { … … 26 26 } 27 27 }, 28 share_dir => 'share', 28 29 ); 29 30
Note: See TracChangeset
for help on using the changeset viewer.
