diff options
author | rjray <devnull@localhost> | 2001-04-14 09:25:38 +0000 |
---|---|---|
committer | rjray <devnull@localhost> | 2001-04-14 09:25:38 +0000 |
commit | 1ea9d2cf9d4a58f2c5cf0489a326dbb495e613a0 (patch) | |
tree | cd200f04a90f03c0a223571f0748763f12148c0a /Perl-RPM | |
parent | 033f860f68e7cd6bc2ae3f194415b372e8bb69a6 (diff) | |
download | rpm-1ea9d2cf9d4a58f2c5cf0489a326dbb495e613a0.tar.gz rpm-1ea9d2cf9d4a58f2c5cf0489a326dbb495e613a0.tar.bz2 rpm-1ea9d2cf9d4a58f2c5cf0489a326dbb495e613a0.zip |
typo
CVS patchset: 4679
CVS date: 2001/04/14 09:25:38
Diffstat (limited to 'Perl-RPM')
-rwxr-xr-x | Perl-RPM/t/00_load.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl-RPM/t/00_load.t b/Perl-RPM/t/00_load.t index f838fae62..3d1743a18 100755 --- a/Perl-RPM/t/00_load.t +++ b/Perl-RPM/t/00_load.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Verify that the indivual modules will load +# Verify that the individual modules will load @MODULES = qw(RPM RPM::Constants RPM::Database RPM::Header RPM::Error); |