All common helpers in one place.
[blog.pm-common-perl-mods.git] / Common-RDBO-Helper / t / lib / Tag / Manager.pm
blobcd51d66a92fb1d127b043fcce940dfda33159e13
1 package Tag::Manager;
3 use strict;
5 use base 'Rose::DB::Object::Manager';
7 use Common::RDBO::Helpers::Manager qw(:all);
9 sub object_class { 'Tag' }
11 __PACKAGE__->make_manager_methods( 'tags' );
13 =head1 AUTHOR
15 vti
17 =head1 LICENSE
19 This library is free software, you can redistribute it and/or modify
20 it under the same terms as Perl itself.
22 =cut