Skip to content

Commit

Permalink
Import of MIKER/LaBrea-Tarpit-1.35 from CPAN.
Browse files Browse the repository at this point in the history
gitpan-cpan-distribution: LaBrea-Tarpit
gitpan-cpan-version:      1.35
gitpan-cpan-path:         MIKER/LaBrea-Tarpit-1.35.tar.gz
gitpan-cpan-author:       MIKER
gitpan-cpan-maturity:     released
  • Loading branch information
Michael Robinton authored and Gitpan committed Oct 25, 2014
1 parent 334d69e commit c9a90da
Show file tree
Hide file tree
Showing 8 changed files with 6,198 additions and 13 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Revision history for Perl extension LaBrea::Tarpit

1.35 Tue Sep 30 16:47:48 PDT 2008
add prerequisites to Makefile.PL

1.34 Sat Feb 5 11:49:13 PST 2005
updated Report/examples/localTrojans.pl

1.33 Sat Nov 13 16:31:56 PST 2004
update documentation

Expand Down
8 changes: 4 additions & 4 deletions Get/examples/other_sites.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

VERSION = 04110701
VERSION = 05011501

Last Updated 11-7-04 [email protected]
Last Updated 1-15-05 [email protected]

This is a list of other sites that are running LaBrea::Tarpit
It is used to collect stats from the web sites listed in the
Expand Down Expand Up @@ -40,5 +40,5 @@ http://www.hackbusters.net/static/summary.html Tom Liston's site, author of 'lab
http://osiris.etee2k.net/cgi-bin/tarpit/html_report.plx Ed Truitt <[email protected]>
http://www.dmrf.net/cgi-bin/guests.cgi [email protected]
http://www.pettingers.net/cgi-bin/paged_report.cgi Charlie Pettinger <[email protected]>
http://pooh.topnz.ac.nz/LaBrea-Tarpit/paged_report.plx Sartorelli, Kevin <[email protected]>
#http://tarpit.assinck.info:82/cgi-bin/paged_report.cgi Henrie Assinck <[email protected]>
http://roo.topnz.ac.nz/LaBrea-Tarpit/paged_report.plx Sartorelli, Kevin <[email protected]>
http://tarpit.assinck.info:82/cgi-bin/paged_report.cgi Henrie Assinck <[email protected]>
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ Util/t/labrea_whoami.t
Util/t/lockf.t
Util/t/page_is_current.t

META.yml Module meta-data (added by MakeMaker)
14 changes: 14 additions & 0 deletions META.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- #YAML:1.0
name: LaBrea-Tarpit
version: 1.35
abstract: ~
license: ~
author: ~
generated_by: ExtUtils::MakeMaker version 6.42
distribution_type: module
requires:
Net::Netmask: 1.8
Net::Whois::IP: 0.35
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.3.html
version: 1.3
4 changes: 4 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ WriteMakefile(
'PM' => { 'Tarpit.pm' => '$(INST_LIBDIR)/Tarpit.pm',
'Codes.pm' => '$(INST_LIBDIR)/Codes.pm',
'NetIO.pm' => '$(INST_LIBDIR)/NetIO.pm'},
'PREREQ_PM' => {
'Net::Whois::IP' => 0.35,
'Net::Netmask' => 1.8,
},
'dist' => {COMPRESS => 'gzip', SUFFIX => 'gz'}
);
Loading

0 comments on commit c9a90da

Please sign in to comment.