SVN: toys/rsget.pl/RSGet/AutoUpdate.pm
sparky
sparky at pld-linux.org
Tue Sep 29 23:57:13 CEST 2009
Author: sparky
Date: Tue Sep 29 23:57:13 2009
New Revision: 10635
Added:
toys/rsget.pl/RSGet/AutoUpdate.pm
Log:
- test Id
Added: toys/rsget.pl/RSGet/AutoUpdate.pm
==============================================================================
--- (empty file)
+++ toys/rsget.pl/RSGet/AutoUpdate.pm Tue Sep 29 23:57:13 2009
@@ -0,0 +1,18 @@
+package RSGet::AutoUpdate;
+
+use strict;
+use warnings;
+use RSGet::Tools;
+
+sub set_rev
+{
+ my $id = shift;
+ print "'$id'\n";
+}
+
+set_rev qq$Id$;
+
+
+
+1;
+# vim:ts=4:sw=4
More information about the pld-cvs-commit
mailing list