Changeset 50 in ProjectBuilder for devel/pb/bin
- Timestamp:
- Aug 30, 2007, 12:22:37 PM (18 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r49 r50 24 24 $LOG = *STDOUT; # Where to log 25 25 use lib qw (lib); 26 use common qw (env_init);27 use pb qw (pb_init);28 use distro qw (distro_init);29 use cms;30 use changelog qw (changelog);26 use ProjectBuilder::common qw (env_init); 27 use ProjectBuilder::pb qw (pb_init); 28 use ProjectBuilder::distro qw (distro_init); 29 use ProjectBuilder::cms; 30 use ProjectBuilder::changelog qw (changelog); 31 31 32 32 my %opts; # CLI Options
Note:
See TracChangeset
for help on using the changeset viewer.