Subject: | xml missing |
the xml support seems to be missing. I dumped the synopsis example into a text file and added the line 'print $table->xml;'. when I run it i get the error:
Can't locate Data/Tabular/Output/XML.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/local/share/perl/5.8.4/Data/Tabular.pm line 255.
i dont see the xml module in the list of files included with the distro on cpan nor do I see it in the tarball i just downloaded. I used cpan to install the first time and manually installed the tarball too. Perhaps it was excluded by accident.