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