projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Add author test for use strict/warnings
[dbsrgits/DBIx-Class-Schema-Loader.git]
/
t
/
lib
/
TestSchemaComponentFQN.pm
Commit
Line
Data
1fe6af07
1
package TestSchemaComponentFQN;
f8c2ca5e
2
use strict;
3
use warnings;
1fe6af07
4
5
sub testschemacomponent_fqn { 'TestSchemaComponentFQN works' }
6
7
1;