=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/lib/OpenBSDTorrents.pm,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- openbsd/OpenBSDTorrents/lib/OpenBSDTorrents.pm 2006/05/15 19:47:04 1.9 +++ openbsd/OpenBSDTorrents/lib/OpenBSDTorrents.pm 2007/11/02 03:36:01 1.10 @@ -1,5 +1,5 @@ package OpenBSDTorrents; -#$RedRiver: OpenBSDTorrents.pm,v 1.8 2005/05/20 18:36:34 andrew Exp $ +#$RedRiver: OpenBSDTorrents.pm,v 1.9 2006/05/15 18:47:04 andrew Exp $ use 5.008005; use strict; use warnings; @@ -12,6 +12,7 @@ our @EXPORT = qw( $OBT + $INSTALL_ISO_REGEX &Name_Torrent &Get_Files_and_Dirs &justme @@ -19,6 +20,7 @@ my $config_file = '/etc/OpenBSDTorrents.conf'; our $OBT = Config(); +our $INSTALL_ISO_REGEX = qr/install\d+\.iso/; sub Config {