Changeset 63


Ignore:
Timestamp:
08/31/07 02:21:52 (6 years ago)
Author:
bruno
Message:

fix some typos

Location:
devel/pb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/Makefile.PL

    r50 r63  
    1414            #Template                         => 0, 
    1515    },    # e.g., Module::Name => 1.1 
    16     #ABSTRACT_FROM => 'bin/pb.pl',   # retrieve abstract from module 
     16    #ABSTRACT_FROM => 'bin/pb',   # retrieve abstract from module 
    1717    AUTHOR        => 'Bruno Cornec <bruno#project-builder.org>', 
    1818    EXE_FILES     => [ qw( bin/pb ) ], 
  • devel/pb/bin/pb

    r62 r63  
    11#!/usr/bin/perl -w 
    2  
    3 eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}' 
    4     if 0; # not running under some shell 
    5  
    62# 
    73# Project Builder main application 
     
    223219 
    224220            # Apply now all the filters on all the files concerned 
    225             # All files are relative to PBROOT 
    226221            # destination dir depends on the type of file 
    227222            if (defined $ptr) { 
Note: See TracChangeset for help on using the changeset viewer.