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