]> git.donarmstrong.com Git - reference.git/blobdiff - blib/lib/Reference/Retrieve/HTML/Miner.pm
delete built files which never should have been in the archive
[reference.git] / blib / lib / Reference / Retrieve / HTML / Miner.pm
diff --git a/blib/lib/Reference/Retrieve/HTML/Miner.pm b/blib/lib/Reference/Retrieve/HTML/Miner.pm
deleted file mode 100644 (file)
index 3c934f4..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# This module is part of da_reference, and is released
-# under the terms of the GPL version 2, or any later version. See the
-# file README and COPYING for more information.
-# Copyright 2003 by Don Armstrong <don@donarmstrong.com>.
-# $Id: Miner.pm 30 2004-06-29 10:26:20Z don $
-
-package ;
-
-=head1 NAME
-
- --
-
-=head1 SYNOPSIS
-
-
-=head1 DESCRIPTION
-
-
-=head1 BUGS
-
-None known.
-
-=cut
-
-
-use strict;
-use vars qw($REVISION $DEBUG);
-
-BEGIN{
-     ($REVISION) = q$LastChangedRevision: 30 $ =~ /\$LastChangedRevision:\s+([^\s+])/;
-     $DEBUG = 0 unless defined $DEBUG;
-}
-
-
-
-1;
-
-
-__END__
-
-
-
-
-
-