Changeset 50 in ProjectBuilder for devel/pb


Ignore:
Timestamp:
Aug 30, 2007, 12:22:37 PM (17 years ago)
Author:
Bruno Cornec
Message:

Try to better organize the tree to be perl compliant

Location:
devel/pb
Files:
1 added
1 edited
6 moved

Legend:

Unmodified
Added
Removed
  • devel/pb/Makefile.PL

    r45 r50  
    1616    #ABSTRACT_FROM => 'bin/pb.pl',   # retrieve abstract from module
    1717    AUTHOR        => 'Bruno Cornec <bruno#project-builder.org>',
    18     EXE_FILES     => [ qw( bin/pb.pl ) ],
     18    EXE_FILES     => [ qw( bin/pb ) ],
    1919);
  • devel/pb/bin/pb

    r49 r50  
    2424$LOG = *STDOUT;             # Where to log
    2525use 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);
     26use ProjectBuilder::common qw (env_init);
     27use ProjectBuilder::pb qw (pb_init);
     28use ProjectBuilder::distro qw (distro_init);
     29use ProjectBuilder::cms;
     30use ProjectBuilder::changelog qw (changelog);
    3131
    3232my %opts;                   # CLI Options
Note: See TracChangeset for help on using the changeset viewer.