Changeset 22673
- Timestamp:
- 02/09/10 23:09:51 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mnw21/pathquery_refactor/intermine/perl/lib/InterMine/TemplateFactory.pm
r22621 r22673 50 50 51 51 use Moose; 52 with 'InterMine::Role ::CommonAttributes' => {52 with 'InterMine::Roles::CommonAttributes' => { 53 53 excludes => [qw/name description/], 54 54 }; 55 55 use MooseX::Types::Moose qw/Str/; 56 56 use InterMine::TypeLibrary qw/File TemplateHash Service/; 57 use InterMine::Query::Template; 57 58 58 59 around BUILDARGS => sub {
Note: See TracChangeset
for help on using the changeset viewer.
