Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18200 - Perl Module Updates
Summary: Perl Module Updates
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Robert Coie (RETIRED)
URL: http://deneb.condordes.net/temp/dev-p...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-26 00:37 UTC by Joshua J. Berry (CondorDes) (RETIRED)
Modified: 2003-04-24 18:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua J. Berry (CondorDes) (RETIRED) gentoo-dev 2003-03-26 00:37:59 UTC
I noticed that some of the Perl modules required by HTML::Mason, and HTML::Mason
itself, were out-of-date.  So, here's a tarball with some of the updated modules.

Please note that HTML::Mason does not (yet) work with Apache2.  (They're waiting
for mod_perl 2 to come out before they build in support.)  In order to get this
module to work, I had to explicitly emerge apache-1.3.

I also added an ebuild for XML::SimpleObject, becuase I personally find it to be
a very useful module, and I think it deserves a place in Portage.

Reproducible: Always
Steps to Reproduce:
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2003-03-26 01:29:31 UTC
And where's the tarball? :-)
Comment 2 Joshua J. Berry (CondorDes) (RETIRED) gentoo-dev 2003-03-26 01:34:33 UTC
Sorry...I'm pretty sure I put it in the URL field.  Here's the link:

http://deneb.condordes.net/temp/dev-perl.tar.gz
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2003-03-26 02:19:43 UTC
for XML::SimpleObject, please use g-cpan.pl instead.
Comment 4 Joshua J. Berry (CondorDes) (RETIRED) gentoo-dev 2003-03-29 03:21:18 UTC
What is g-cpan.pl?  I couldn't find it mentioned on the Gentoo website anywhere, nor could I find it in /usr/portage.
Comment 5 Robert Coie (RETIRED) gentoo-dev 2003-03-29 12:11:55 UTC
g-cpan.pl is a tool in portage - a link should be in /usr/bin/.  It partially
automates the task of fetching CPAN modules and registering them with Portage.
Comment 6 Joshua J. Berry (CondorDes) (RETIRED) gentoo-dev 2003-03-29 14:05:10 UTC
g-cpan.pl doesn't seem to work, as XML::SimpleObject is somewhat inconsistent in its naming conventions.  The tarball is named XML-SimpleObject-0.53.tar.gz, but the directory it unpacks to is named XML-SimpleObject0.53 (no hyphen).  Thus, I had to write the src_unpack() hack to get the directory named properly.
Comment 7 Joshua J. Berry (CondorDes) (RETIRED) gentoo-dev 2003-04-22 15:59:04 UTC
Is anyone actually working on this bug?  It's been about a month now...

the URL again: http://deneb.condordes.net/temp/dev-perl.tar.gz
Comment 8 Robert Coie (RETIRED) gentoo-dev 2003-04-22 18:39:31 UTC
Apologies for the delay.  HTML-Mason and dependencies have been updated in CVS.
Exception-Class had to go to 1.12.  I need to look at XML::SimpleObject a bit more.
Comment 9 Joshua J. Berry (CondorDes) (RETIRED) gentoo-dev 2003-04-22 19:27:04 UTC
Great, thanks a lot!  Let me know if there's anything else I can do to help.
Comment 10 Robert Coie (RETIRED) gentoo-dev 2003-04-24 18:39:57 UTC
XML-SimpleObject added to CVS.  I decided to set ${S} rather than moving
directories around.