Changeset 22661
- Timestamp:
- 02/09/10 23:01:01 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mnw21/pathquery_refactor/intermine/perl/lib/InterMine/TypeLibrary.pm
r22600 r22661 26 26 )]; 27 27 use InterMine::Model; 28 # use InterMine::TemplateFactory; 28 29 # use InterMine::Service; 29 30 # Import built-in Moose types … … 203 204 coerce TemplateFactory, 204 205 from ArrayRef, 205 via {InterMine::TemplateFactory->new($_)}; 206 via {require InterMine::TemplateFactory; 207 InterMine::TemplateFactory->new($_)}; 206 208 coerce Service, 207 209 from Str,
Note: See TracChangeset
for help on using the changeset viewer.
