Changeset 1262 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Changelog.pm


Ignore:
Timestamp:
Mar 12, 2011, 3:14:28 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Fix doc generation for pb.conf.pod
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Changelog.pm

    r1261 r1262  
    128128}
    129129
    130 die "No changelog file for $pbrealpkg found at $ENV{'PBROOTDIR'}/$pbrealpkg/pbcl" if (not defined $chglog):
     130die "No changelog file for $pbrealpkg found at $ENV{'PBROOTDIR'}/$pbrealpkg/pbcl" if (not defined $chglog);
    131131
    132132open(INPUT,"$chglog") || die "Unable to open $chglog (read)";
Note: See TracChangeset for help on using the changeset viewer.