summaryrefslogtreecommitdiff
path: root/testWorkspace
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2022-01-30 11:10:00 -0500
committerbscan <10503608+bscan@users.noreply.github.com>2022-01-30 11:10:00 -0500
commitc737345684e763c63cb883ebbc859ddc181e9c41 (patch)
tree48e57f7c259d9d8a0eef13e836d31919a0c7bdd3 /testWorkspace
parent8d78d8812d615765668b6cbcc7f96da07ebb13cd (diff)
downloadPerlNavigator-c737345684e763c63cb883ebbc859ddc181e9c41.zip
Navigation on lexical variables
Diffstat (limited to 'testWorkspace')
-rw-r--r--testWorkspace/mainTest.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/testWorkspace/mainTest.pl b/testWorkspace/mainTest.pl
index bd61bd4..d64b141 100644
--- a/testWorkspace/mainTest.pl
+++ b/testWorkspace/mainTest.pl
@@ -116,7 +116,6 @@ for (my $cStyleLoopVar = 0; $cStyleLoopVar <= 2; $cStyleLoopVar++){
print "$cStyleLoopVar";
}
-
my $dbh2 = MyLib::DBI->connect();
print "\nDone with test script\n";