Mercurial > pub > Impl
diff _test/Test/Class/Template.pm @ 271:56364d0c4b4f
+IMPL::SQL::Schema::MySQL: added basic support for MySQL
author | cin |
---|---|
date | Mon, 28 Jan 2013 02:43:14 +0400 |
parents | 4d0e1962161c |
children | 4ddb27ff4a0b |
line wrap: on
line diff
--- a/_test/Test/Class/Template.pm Fri Jan 25 00:25:02 2013 +0400 +++ b/_test/Test/Class/Template.pm Mon Jan 28 02:43:14 2013 +0400 @@ -29,7 +29,7 @@ }; test IsDerivedFromTemplate => sub { - failed "My::Collection should be a subclass of IMPL::Class:Template" unless is('My::Collection','IMPL::Class::Template'); + failed "My::Collection should be a subclass of IMPL::Class:Template" unless isclass('My::Collection','IMPL::Class::Template'); }; test Specialize => sub {