Re: [Module-build-general] [PATCH] manifypods
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-07-21 21:41:22
|
On Monday, July 21, 2003, at 04:12 PM, Steve Purkis wrote:
> Hi Ken,
>
> Good to hear - will have a look at it when it comes out on CPAN (I
> can't access anon. cvs for some reason?). Will be interesting to see
> if it passes the CPAN+ tests :). Glad I could help out.
Yeah, the CPAN lag is why I started uploading them here too:
http://sourceforge.net/projects/module-build
And the SF connection cap
(http://sourceforge.net/docman/
display_doc.php?docid=17790&group_id=1#cvs) is why I added this
shamelessly aggressive shell alias:
% which force
force: aliased to perl -le "while (1) { last if not system @ARGV;
sleep 1 }"
I use it for commands like "force cvs update", which tries over and
over again until it succeeds. =)
-Ken
|