Your IP : 216.73.216.1


Current Path : /usr/share/doc/perl-DBIx-Class/t/lib/DBICTest/
Upload File :
Current File : //usr/share/doc/perl-DBIx-Class/t/lib/DBICTest/SyntaxErrorComponent2.pm

#   belongs to t/run/90ensure_class_loaded.tl
package # hide from PAUSE
    DBICTest::SyntaxErrorComponent2;
use warnings;
use strict;

my $str ''; # syntax error

1;