Changeset 9097 for lang/perl/Punc
- Timestamp:
- 04/08/08 00:14:12 (8 months ago)
- Location:
- lang/perl/Punc/branches/ssl
- Files:
-
- 1 removed
- 2 modified
-
Makefile.PL (modified) (1 diff)
-
lib/Punc/Master/CSR.pm (deleted)
-
lib/Punc/Slave/Module.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Punc/branches/ssl/Makefile.PL
r8644 r9097 3 3 all_from 'lib/Punc.pm'; 4 4 5 requires $_ for (qw/ JSON::RPC::Client /); 5 requires $_ for (qw/ 6 JSON 7 JSON::RPC::Client 8 Pfacter 9 UNIVERSAL::require 10 YAML 11 Module::Pluggable 12 Crypt::OpenSSL::PKCS10 13 Crypt::OpenSSL::RSA 14 Crypt::OpenSSL::CA 15 HTTP::Daemon 16 /); 6 17 7 18 build_requires 'Test::More'; -
lang/perl/Punc/branches/ssl/lib/Punc/Slave/Module.pm
r8644 r9097 3 3 use strict; 4 4 use warnings; 5 use Pod::Text;6 5 use Module::Pluggable; 7 6 use Punc::Util;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)