diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-12-05T17·50+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-12-05T17·50+0000 |
commit | 365f3028ddfb5487f35ebbb9adc42ddf9459113d (patch) | |
tree | 211e4ba436ffa2f2badb458386864968837e3aff /scripts/GeneratePatches.pm.in | |
parent | f42a505ab71ba421797ac511e1221ccbefef8ab9 (diff) |
* Use CamelCase for the Perl modules.
Diffstat (limited to 'scripts/GeneratePatches.pm.in')
-rwxr-xr-x | scripts/GeneratePatches.pm.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/GeneratePatches.pm.in b/scripts/GeneratePatches.pm.in index bb7111f8e34b..2d2653255e54 100755 --- a/scripts/GeneratePatches.pm.in +++ b/scripts/GeneratePatches.pm.in @@ -2,7 +2,6 @@ use strict; use File::Temp qw(tempdir); -use readmanifest; # Some patch generations options. |