summaryrefslogtreecommitdiff
path: root/lib/perl5db
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2012-06-25 15:49:06 +0200
committerVincent Pit <perl@profvince.com>2012-06-25 15:49:06 +0200
commitf311474dd37709a4f0d401dfbfce021e4e3cadbb (patch)
tree148382584133cfdcdad31a7b97aa946d85170274 /lib/perl5db
parentea7bdd87ed0a0e43dbc038182ac2ebde79570a5e (diff)
downloadperl-f311474dd37709a4f0d401dfbfce021e4e3cadbb.tar.gz
Fix (and test) module listing in the debugger
This was also broken when 'use strict' was added.
Diffstat (limited to 'lib/perl5db')
-rw-r--r--lib/perl5db/t/load-modules6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/perl5db/t/load-modules b/lib/perl5db/t/load-modules
new file mode 100644
index 0000000000..202326357c
--- /dev/null
+++ b/lib/perl5db/t/load-modules
@@ -0,0 +1,6 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use Scalar::Util;