summaryrefslogtreecommitdiffstats
path: root/PerlTQt/t/My/Codec.pm
blob: f853f5d78d96fd759710fe899e9e59bf6513f3a7 (plain)
1
2
3
4
5
6
7
8
9
10
package My::Codec;
use TQt;
use TQt::isa qw( TQt::TextCodec );

sub NEW
{
    shift->SUPER::NEW(@_);
}

1;