summaryrefslogtreecommitdiff
path: root/test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'test.pl')
-rw-r--r--test.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/test.pl b/test.pl
deleted file mode 100644
index c3eeb03629..0000000000
--- a/test.pl
+++ /dev/null
@@ -1,6 +0,0 @@
-$* = 1;
-undef $/;
-$input = <>;
-@records = split(/^--\n/, $input);
-print @records + 0, "\n";
-print $records[0], "\n";