File: Conn.pm

package info (click to toggle)
libcrypt-ssleay-perl 0.73.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 528 kB
  • sloc: perl: 732; makefile: 9; ansic: 7
file content (4 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (6)
1
2
3
4
package Crypt::SSLeay::Conn;
require Crypt::SSLeay;
use strict;
1;