File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Makefile
2- Makefile.old
3- blib
4- pm_to_blib
1+ /.ackrc
2+ /.build /
3+ ! /.gitignore
4+ /.latest
5+ /HTTP-Daemon- * /
6+ /HTTP-Daemon- * .tar.gz
57SSL
68t /CAN_TALK_TO_OURSELF
79t /live /ENABLED
8- * .tar.gz
910xx *
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name = HTTP-Daemon
2+ author = Gisle Aas <gisle@activestate.com>
3+ license = Perl_5
4+ copyright_holder = Gisle Aas
5+ copyright_year = 1995
6+
7+ [@Author::ETHER]
8+ :version = 0.097
9+ Authority.authority = cpan:GAAS
10+ Test::MinimumVersion.max_target_perl = 5.008001
11+ -remove = Test::EOL ; TODO
12+ -remove = Test::NoTabs ; TODO
13+ -remove = Test::CleanNamespaces ; TODO
14+ -remove = Test::PodSpelling ; TODO
15+
16+ [Encoding]
17+ encoding = latin-1
18+ filename = t/local/http.t
19+
20+ [MetaResources]
21+ x_IRC = irc://irc.perl.org/# lwp
22+ x_MailingList = mailto:libwww@perl.org
23+
24+ [Prereqs]
25+ HTTP::Request = 6
26+ HTTP::Response = 6
27+ HTTP::Status = 6
28+ HTTP::Date = 6
29+ LWP::MediaTypes = 6
Original file line number Diff line number Diff line change @@ -76,7 +76,8 @@ sub product_tokens
7676
7777
7878
79- package HTTP::Daemon::ClientConn ;
79+ package # hide from PAUSE
80+ HTTP::Daemon::ClientConn;
8081use strict;
8182use warnings;
8283
@@ -897,10 +898,4 @@ RFC 2616
897898
898899L<IO::Socket::INET> , L<IO::Socket>
899900
900- =head1 COPYRIGHT
901-
902- Copyright 1996-2003, Gisle Aas
903-
904- This library is free software; you can redistribute it and/or
905- modify it under the same terms as Perl itself.
906-
901+ =cut
You can’t perform that action at this time.
0 commit comments