ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-FCP/FCP/Metadata.pm
(Generate patch)

Comparing Net-FCP/FCP/Metadata.pm (file contents):
Revision 1.1 by root, Fri May 14 16:12:26 2004 UTC vs.
Revision 1.2 by root, Fri May 14 16:28:20 2004 UTC

13=cut 13=cut
14 14
15package Net::FCP::Metadata; 15package Net::FCP::Metadata;
16 16
17use Carp (); 17use Carp ();
18
19use Net::FCP::Util qw(tolc touc xeh);
18 20
19no warnings; 21no warnings;
20 22
21use overload 23use overload
22 '""' => sub { $_[0]->as_string }; 24 '""' => sub { $_[0]->as_string };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines