Writing more genering helpers.
[blog.pm-common-perl-mods.git] / Common-RDBO-Helper / lib / Common / RDBO / Helper / Tag.pm
blob15549922fb44bad7a266ca879cd0177ebaaeac04
1 package Common::RDBO::Helper::Tag;
3 use strict;
4 use warnings;
6 use Rose::Object::MixIn();
7 our @ISA = qw(Rose::Object::MixIn);
9 __PACKAGE__->export_tag(all => [ qw/ map_count / ]);
11 use Hash::Merge 'merge';
13 use Rose::Object::MakeMethods::Generic ( scalar => [ qw/ map_count / ] );