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/download-using-manifests.pl.in | |
parent | f42a505ab71ba421797ac511e1221ccbefef8ab9 (diff) |
* Use CamelCase for the Perl modules.
Diffstat (limited to 'scripts/download-using-manifests.pl.in')
-rw-r--r-- | scripts/download-using-manifests.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/download-using-manifests.pl.in b/scripts/download-using-manifests.pl.in index c50f540f3464..47ff09e609c7 100644 --- a/scripts/download-using-manifests.pl.in +++ b/scripts/download-using-manifests.pl.in @@ -1,7 +1,7 @@ #! @perl@ -w -I@libexecdir@/nix use strict; -use readmanifest; +use NixManifest; use POSIX qw(strftime); use File::Temp qw(tempdir); |