root/honeyclient/trunk/bin/UpdateBundleChecksum.pl

Revision 1660, 167 bytes (checked in by xkovah, 1 month ago)

This should be a working updated package list and checksum for the modified Text::DHCPLeases

  • Property svn:executable set to *
Line 
1 #!/usr/bin/perl
2
3 #Run like:
4 #./UpdateBundleChecksum.pl ../cpan/sources/authors/id/M/MI/MITREHC/
5
6 use CPAN::Checksums qw(updatedir);
7 my $success = updatedir($ARGV[0]);
Note: See TracBrowser for help on using the browser.