1 2 3 4 5 6 7 8 9 10 11 12 13
#!/usr/bin/perl # $Id$ use Test::More tests => 3; use_ok('RPM4'); can_ok('RPM4', qw(rpm2header stream2header dumprc dumpmacros newdb)); #Header # Db can_ok('RPM4::Transaction', qw(traverse transadd transremove transcheck transorder transrun importpubkey checkrpm transreset));