Skip to content

Commit ab87c3b

Browse files
switch packaging to Dist::Zilla
1 parent cc896c8 commit ab87c3b

6 files changed

Lines changed: 38 additions & 313 deletions

File tree

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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
57
SSL
68
t/CAN_TALK_TO_OURSELF
79
t/live/ENABLED
8-
*.tar.gz
910
xx*

MANIFEST

Lines changed: 0 additions & 11 deletions
This file was deleted.

Makefile.PL

Lines changed: 0 additions & 52 deletions
This file was deleted.

README

Lines changed: 0 additions & 237 deletions
This file was deleted.

dist.ini

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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

lib/HTTP/Daemon.pm

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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;
8081
use strict;
8182
use warnings;
8283

@@ -897,10 +898,4 @@ RFC 2616
897898
898899
L<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

0 commit comments

Comments
 (0)