Added loading-tests for RPM::Error and RPM::Package
authorrjray <devnull@localhost>
Tue, 10 Oct 2000 08:21:56 +0000 (08:21 +0000)
committerrjray <devnull@localhost>
Tue, 10 Oct 2000 08:21:56 +0000 (08:21 +0000)
CVS patchset: 4197
CVS date: 2000/10/10 08:21:56

Perl-RPM/t/00_load.t

index 21fb924..dadfd26 100755 (executable)
@@ -2,7 +2,8 @@
 
 # Verify that the indivual modules will load
 
-@MODULES = qw(RPM RPM::Constants RPM::Database RPM::Header);
+@MODULES = qw(RPM RPM::Constants RPM::Database RPM::Header RPM::Error
+              RPM::Package);
 
 printf "1..%d\n", scalar(@MODULES);