Skip Menu |

This queue is for tickets about the Data-ICal CPAN distribution.

Report information
The Basics
Id: 27512
Status: resolved
Priority: 0/
Queue: Data-ICal

People
Owner: Nobody in particular
Requestors: Vince.McIntyre [...] atnf.csiro.au
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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.

Subject: Re: [rt.cpan.org #27512] dependencies list for Data::iCal 0.13
Date: Sat, 9 Jun 2007 15:09:18 -0400
To: bug-Data-ICal [...] rt.cpan.org
From: Jesse Vincent <jesse [...] fsck.com>
What does the Makefile.PL say? Best, Jesse On Jun 9, 2007, at 2:54 PM, Vincent McIntyre via RT wrote: Show quoted text
> > Sat Jun 09 14:54:45 2007: Request 27512 was acted upon. > Transaction: Ticket created by Vince.McIntyre@atnf.csiro.au > Queue: Data-ICal > Subject: dependencies list for Data::iCal 0.13 > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: Vince.McIntyre@atnf.csiro.au > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=27512 > > > > 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 > > > > --- Data-ICal-0.13/README.orig 2007-06-09 23:12:26.000000000 +1000 > +++ Data-ICal-0.13/README 2007-06-09 23:34:08.000000000 +1000 > @@ -18,6 +18,9 @@ > DEPENDENCIES > > Class::Accessor > +Class::ReturnValue > +MIME::QuotedPrint > +Text::vFile::asData > > > COPYRIGHT AND LICENCE
Download PGP.sig
application/pgp-signature 186b

Message body not shown because it is not plain text.