~ubuntu-branches/ubuntu/trusty/libpoe-component-server-simplehttp-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/POE/Component/Server/SimpleHTTP/PreFork.pm

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2009-03-10 19:59:55 UTC
  • mfrom: (1.1.5 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090310195955-g32g2nut3ulzbnke
Tags: 1.58-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
         # Okay, pull in what is necessary
83
83
         eval {
84
 
            use POE::Component::SSLify
 
84
            require POE::Component::SSLify;
 
85
            import POE::Component::SSLify
85
86
              qw( SSLify_Options SSLify_GetSocket Server_SSLify SSLify_GetCipher );
86
87
            SSLify_Options(@$SSLKEYCERT);
87
88
         };