Forgot to commit qw format change for Schema.pm, oops
This commit is contained in:
parent
2ad959ffa8
commit
5880920e5f
|
@ -1,5 +1,5 @@
|
||||||
package CharmBoard::Schema;
|
package CharmBoard::Schema;
|
||||||
use base qw/DBIx::Class::Schema/;
|
use base qw(DBIx::Class::Schema);
|
||||||
|
|
||||||
__PACKAGE__->load_namespaces();
|
__PACKAGE__->load_namespaces();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue