Changeset 350 in ProjectBuilder


Ignore:
Timestamp:
Apr 3, 2008, 11:09:56 AM (16 years ago)
Author:
Bruno Cornec
Message:

setupvm does 90% of the job now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r349 r350  
    13751375        open(PBD,"$f") || die "Unable to open $f";
    13761376        while (<PBD>) {
     1377            next if (/^package/);
     1378            next if (/^use Exporter/);
     1379            next if (/^\@our /);
    13771380            print SCRIPT $_;
    13781381        }
Note: See TracChangeset for help on using the changeset viewer.