diff options
author | Andrew Gaffney <agaffney@gentoo.org> | 2007-12-31 21:38:25 +0000 |
---|---|---|
committer | Andrew Gaffney <agaffney@gentoo.org> | 2007-12-31 21:38:25 +0000 |
commit | 9ea19bf11220a4b6132a3937e2fbadc819746efb (patch) | |
tree | 93fab1ef7b63e37961d2bafd0a7aed36d68cf7d5 | |
parent | add the debug line to the config. (diff) | |
download | scire-9ea19bf11220a4b6132a3937e2fbadc819746efb.tar.gz scire-9ea19bf11220a4b6132a3937e2fbadc819746efb.tar.bz2 scire-9ea19bf11220a4b6132a3937e2fbadc819746efb.zip |
add Id tag
svn path=/branches/new-fu/; revision=294
-rwxr-xr-x | server/scireserver.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/scireserver.pl b/server/scireserver.pl index a71768f..2e923e8 100755 --- a/server/scireserver.pl +++ b/server/scireserver.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +$ Id: $ + use strict; use warnings; use DBI; |