part_export
Kristian Hoffmann
khoff at pc-intouch.com
Fri May 31 12:33:46 PDT 2002
We're having problems with part_export.pm around line 370.
eval "use $class;" or die $@;
...dies whether or not the export compiles.
Died at /usr/local/lib/perl5/site_perl/5.6.1//FS/part_export.pm
line 373. , /usr/local/lib/perl5/site_perl/5.6.1/Apache/ASP.pm line 1413
I'm not quite sure what use returns in either case but it doesn't appear
to be what you're expecting. For example...
perl -e 'eval "use FS::part_export;" or die $@'
Died at -e line 1, <DATA> line 241.
FS::part_export does compile.
-Kristian
More information about the freeside-devel
mailing list