File: scp.pm

package info (click to toggle)
liburi-perl 5.30-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 948 kB
  • sloc: perl: 3,936; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 97 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
package URI::scp;

use strict;
use warnings;

our $VERSION = '5.30';

use parent 'URI::ssh';

1;