AlkantarClanX12

Your IP : 216.73.216.114


Current Path : /usr/share/doc/perl-Test-Simple-0.98/t/lib/Dev/
Upload File :
Current File : //usr/share/doc/perl-Test-Simple-0.98/t/lib/Dev/Null.pm

package Dev::Null;

use strict;

sub TIEHANDLE { bless {}, shift }
sub PRINT { 1 }

1;