Changeset 11977


Ignore:
Timestamp:
07/24/10 13:44:25 (19 months ago)
Author:
chorny
Message:

use modern Module::Build to use "share_dir"

Location:
trunk/Padre-Plugin-CSS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-CSS

    • Property svn:ignore
      •  

        old new  
        77Build.bat 
        88META.yml 
         9Padre-Plugin-CSS-* 
  • trunk/Padre-Plugin-CSS/Build.PL

    r11142 r11977  
    22use strict; 
    33use warnings; 
    4 use Module::Build; 
     4use Module::Build 0.36; 
    55 
    66my $builder = Module::Build->new( 
     
    1919    }, 
    2020    add_to_cleanup      => [ 'Padre-Plugin-CSS-*' ], 
    21     create_makefile_pl => 'traditional', 
     21    #create_makefile_pl => 'traditional', 
    2222    meta_merge     => { 
    2323        resources => { 
     
    2626        } 
    2727    }, 
     28    share_dir => 'share', 
    2829); 
    2930 
Note: See TracChangeset for help on using the changeset viewer.