From bcbf441e09fb502cf64924ff2530fa144bdf52c5 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Mon, 13 Aug 2007 18:41:27 +0000 Subject: * Move files to trunk --- lib/URI/rsync.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/URI/rsync.pm (limited to 'lib/URI/rsync.pm') diff --git a/lib/URI/rsync.pm b/lib/URI/rsync.pm new file mode 100644 index 0000000..160d9d0 --- /dev/null +++ b/lib/URI/rsync.pm @@ -0,0 +1,12 @@ +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; -- cgit v1.2.3