Add ARM files
[dh-make-perl] / dev / arm / liburi-perl / liburi-perl-1.35.dfsg.1 / URI / rsync.pm
diff --git a/dev/arm/liburi-perl/liburi-perl-1.35.dfsg.1/URI/rsync.pm b/dev/arm/liburi-perl/liburi-perl-1.35.dfsg.1/URI/rsync.pm
new file mode 100644 (file)
index 0000000..160d9d0
--- /dev/null
@@ -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;