summaryrefslogtreecommitdiff
path: root/testWorkspace/mainTest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'testWorkspace/mainTest.pl')
-rw-r--r--testWorkspace/mainTest.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/testWorkspace/mainTest.pl b/testWorkspace/mainTest.pl
index 9a29e12..ce8d6b5 100644
--- a/testWorkspace/mainTest.pl
+++ b/testWorkspace/mainTest.pl
@@ -27,6 +27,8 @@ use MySubClass;
use constant MYCONSTANT => 6;
+my $autoComplete = ' $my ';
+
my $my_scalar = 1;
my @my_array = (2,2);
my $array_ref = [3,3];