--- nfo/perl/libs/Data/Rap/Metadata.pm 2004/06/20 23:00:23 1.5 +++ nfo/perl/libs/Data/Rap/Metadata.pm 2004/08/10 13:59:48 1.6 @@ -1,7 +1,10 @@ ## ---------------------------------------------------------------------- -## $Id: Metadata.pm,v 1.5 2004/06/20 23:00:23 joko Exp $ +## $Id: Metadata.pm,v 1.6 2004/08/10 13:59:48 jonen Exp $ ## ---------------------------------------------------------------------- ## $Log: Metadata.pm,v $ +## Revision 1.6 2004/08/10 13:59:48 jonen +## + bugfix(use of Storable): the FreeBSD port of Perl 5.8.4 uses 64 bits +## ## Revision 1.5 2004/06/20 23:00:23 joko ## minor fix: now creates cache-file in same directory where rap.xml is ## @@ -33,6 +36,10 @@ use Storable; use File::Basename qw( dirname ); +# NEW 2004-08-05: needed at FreeBSD perl>=5.4.3 +# read http://lists.freebsd.org/pipermail/freebsd-ports/2004-June/013169.html +# or more detailed at 'perldoc Storable' +$Storable::interwork_56_64bit = 1; sub accessMetadata { my $self = shift;