diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-02-21 02:48:37 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-02-21 02:48:37 (GMT) |
commit | f3fc2edd61405ae40360258f9eb743342f05235a (patch) | |
tree | a5a57902c2bbd79a56650cfb3a7e393c4e99e46b | |
parent | ab461d0ca3c650a9c989ec3d0a53b21e32d93eae (diff) |
file name refactoring
-rwxr-xr-x | rhimport (renamed from rhimport.pl) | 2 | ||||
-rw-r--r-- | rhimport.pm (renamed from rhimport_tools.pm) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ use strict; -use rhimport_tools; +use rhimport; use Getopt::Long; use DBI; diff --git a/rhimport_tools.pm b/rhimport.pm index eda2d79..eda2d79 100644 --- a/rhimport_tools.pm +++ b/rhimport.pm |