ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Types-Serialiser/Serialiser.pm
(Generate patch)

Comparing Types-Serialiser/Serialiser.pm (file contents):
Revision 1.6 by root, Tue Oct 29 13:08:35 2013 UTC vs.
Revision 1.7 by root, Tue Oct 29 18:33:11 2013 UTC

218 } 218 }
219 219
220 sub My::Object::THAW { 220 sub My::Object::THAW {
221 my ($class, $serialiser, $type, $id, $variant) = @_; 221 my ($class, $serialiser, $type, $id, $variant) = @_;
222 222
223 $class-<new (type => $type, id => $id, variant => $variant) 223 $class->new (type => $type, id => $id, variant => $variant)
224 } 224 }
225 225
226=head1 BUGS 226=head1 BUGS
227 227
228The use of L<overload> makes this module much heavier than it should be 228The use of L<overload> makes this module much heavier than it should be

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines