Changeset 12032


Ignore:
Timestamp:
07/26/10 05:43:20 (19 months ago)
Author:
chorny
Message:

update Build.PL

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

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-CommandLine

    • Property svn:ignore
      •  

        old new  
        55_build 
        66MYMETA.yml 
        7  
         7Build.bat 
  • trunk/Padre-Plugin-CommandLine/Build.PL

    r3205 r12032  
     1use 5.006; 
    12use strict; 
    23use warnings; 
     
    2021    }, 
    2122    add_to_cleanup      => [ 'Padre-Plugin-CommandLine-*' ], 
    22     create_makefile_pl => 'traditional', 
     23    share_dir => 'share', 
     24    meta_merge     => { 
     25        resources => { 
     26            repository => 'http://svn.perlide.org/padre/trunk/Padre-Plugin-CommandLine', 
     27        } 
     28    }, 
    2329); 
    2430 
Note: See TracChangeset for help on using the changeset viewer.