projects
/
dbsrgits/DBIx-Class.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fixed problem with duplicate related objects for Row::new/insert
[dbsrgits/DBIx-Class.git]
/
t
/
lib
/
DBICTest
/
SyntaxErrorComponent2.pm
1
# belongs to t/run/90ensure_class_loaded.tl
2
package # hide from PAUSE
3
DBICTest::SyntaxErrorComponent2;
4
use warnings;
5
use strict;
6
7
my $str ''; # syntax error
8
9
1;