Writing more genering helpers.
[blog.pm-common-perl-mods.git] / Common-RDBO-Helper / lib / Common / RDBO / Helper / Photo.pm
blobe9765e2ca6a07ca7509bac7edde26cfe1b7be35e
1 package Common::RDBO::Helper::Photo;
3 use strict;
4 use warnings;
6 use Rose::Object::MixIn();
7 our @ISA = qw(Rose::Object::MixIn);
9 __PACKAGE__->export_tag( all => [ qw/ master count / ] );
11 use Rose::Object::MakeMethods::Generic ( scalar => [ qw/ count / ] );
13 use Common::RDBO::Helper::Std 'master';
15 =head1 AUTHOR
17 vti
19 =head1 LICENSE
21 This library is free software, you can redistribute it and/or modify
22 it under the same terms as Perl itself.
24 =cut