summaryrefslogtreecommitdiffstats
path: root/PerlTQt/t/My/SubCodec.pm
diff options
context:
space:
mode:
Diffstat (limited to 'PerlTQt/t/My/SubCodec.pm')
-rw-r--r--PerlTQt/t/My/SubCodec.pm15
1 files changed, 15 insertions, 0 deletions
diff --git a/PerlTQt/t/My/SubCodec.pm b/PerlTQt/t/My/SubCodec.pm
new file mode 100644
index 0000000..35e2b0c
--- /dev/null
+++ b/PerlTQt/t/My/SubCodec.pm
@@ -0,0 +1,15 @@
+
+package My::SubCodec;
+use TQt;
+use My::Codec;
+use TQt::isa qw( My::Codec );
+
+
+sub NEW
+{
+ shift->SUPER::NEW(@_);
+}
+
+sub bar {}
+
+1; \ No newline at end of file