Changeset 176 in ProjectBuilder for devel/pb/Makefile.PL


Ignore:
Timestamp:
Oct 7, 2007, 1:04:42 PM (17 years ago)
Author:
Bruno Cornec
Message:

Add pbdistrocheck do the set of tools
perl 5.8.0 only is required (instead of 5.8.4) if AppConfig is provided (to be checked ?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/Makefile.PL

    r91 r176  
    1 use 5.008004;
     1use 5.008000;
    22use ExtUtils::MakeMaker;
    33
     
    1616    #ABSTRACT_FROM => 'bin/pb',   # retrieve abstract from module
    1717    AUTHOR        => 'Bruno Cornec <bruno#project-builder.org>',
    18     EXE_FILES     => [ qw( bin/pb bin/pbg bin/pbvi ) ],
     18    EXE_FILES     => [ qw( bin/pb bin/pbg bin/pbvi bin/pbdistrocheck ) ],
    1919);
Note: See TracChangeset for help on using the changeset viewer.