Subject: | dependencies list for Data::iCal 0.13 |
Date: | Sat, 9 Jun 2007 23:38:16 +1000 (EST) |
To: | <bug-Data-iCal [...] rt.cpan.org> |
From: | Vincent McIntyre <Vince.McIntyre [...] atnf.csiro.au> |
Hi,
I am trying to make a Debian package of Data::iCal, from the CPAN tarball.
The Dependencies in the README appear to be wrong; it only lists
Class::Accessor
However
find Data-ICal-0.13/lib -type f -exec grep "^use [A-Z].*;" {} \; | \
sed -e 's/ */ /g'|sort -u
gives
use Carp;
use Class::ReturnValue;
use Data::ICal::Property;
use MIME::QuotedPrint ();
use Text::vFile::asData;
I've attached a patch to the README.
Cheers
Vince
$ perl -v
This is perl, v5.8.8 built for i486-linux-gnu-thread-multi
$ uname -a
Linux shambles 2.6.18-4-686 #1 SMP Wed May 9 23:03:12 UTC 2007 i686 GNU/Linux
Message body is not shown because sender requested not to inline it.