diff options
Diffstat (limited to 'lib/URI/rsync.pm')
| -rw-r--r-- | lib/URI/rsync.pm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/URI/rsync.pm b/lib/URI/rsync.pm deleted file mode 100644 index 160d9d0..0000000 --- a/lib/URI/rsync.pm +++ /dev/null @@ -1,12 +0,0 @@ -package URI::rsync; # http://rsync.samba.org/ - -# rsync://[USER@]HOST[:PORT]/SRC - -require URI::_server; -require URI::_userpass; - -@ISA=qw(URI::_server URI::_userpass); - -sub default_port { 873 } - -1; |
