This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Foodloop-Server/lib/Pear/LocalLoop/Schema.pm

14 lines
158 B
Perl
Raw Normal View History

2017-02-24 19:27:43 +00:00
use utf8;
package Pear::LocalLoop::Schema;
use strict;
use warnings;
use base 'DBIx::Class::Schema';
our $VERSION = 30;
2017-02-24 19:27:43 +00:00
__PACKAGE__->load_namespaces;
1;