rename edi reader test script; chmod +x
authorBill Erickson <berick@esilibrary.com>
Mon, 1 Oct 2012 20:19:39 +0000 (16:19 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 1 Oct 2012 20:19:39 +0000 (16:19 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/support-scripts/test-scripts/edi_parser.pl [deleted file]
Open-ILS/src/support-scripts/test-scripts/edi_reader.pl [new file with mode: 0755]

diff --git a/Open-ILS/src/support-scripts/test-scripts/edi_parser.pl b/Open-ILS/src/support-scripts/test-scripts/edi_parser.pl
deleted file mode 100644 (file)
index 242f905..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/perl
-use strict; use warnings;
-use OpenILS::Utils::EDIReader;
-use Data::Dumper;
-
-my $reader = OpenILS::Utils::EDIReader->new;
-my $msgs = $reader->read_file(shift());
-print Dumper($msgs);
-
diff --git a/Open-ILS/src/support-scripts/test-scripts/edi_reader.pl b/Open-ILS/src/support-scripts/test-scripts/edi_reader.pl
new file mode 100755 (executable)
index 0000000..242f905
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+use strict; use warnings;
+use OpenILS::Utils::EDIReader;
+use Data::Dumper;
+
+my $reader = OpenILS::Utils::EDIReader->new;
+my $msgs = $reader->read_file(shift());
+print Dumper($msgs);
+