
moseley at hank
Jul 8, 2005, 11:53 PM
Post #7 of 12
(5223 views)
Permalink
|
|
Re: Cron <perlwww@minotaur> /home/perlwww/apache.org/modperl-docs/bin/site_build_index
[In reply to]
|
|
On Sat, Jul 09, 2005 at 09:44:02AM +0300, Stas Bekman wrote: > Bill Moseley wrote: > >On Fri, Jul 08, 2005 at 11:07:37PM +0300, Stas Bekman wrote: > > > >>Cron Daemon wrote: > >> > >>>Use of uninitialized value in sprintf at ./spider.pl line 26. > >>>Use of uninitialized value in sprintf at ./spider.pl line 26. > >> > >>Bill, any idea where this one is coming from? > >> > >> $VERSION = sprintf '%d.%02d', q$Revision: 1.5 $ =~ /: (\d+)\.(\d+)/; > > > > > >$VERSION = sprintf '%d.%02d', q$Revision: 66239 $ =~ /: (\d+)\.(\d+)/; > > > >Kind of a big revision number. Is that under svn now? > > Yup. What file are you looking at? (the path), I guess we should nuke that > $Revision or adjust the pattern? /www/perl.apache.org/search/spider.pl, I think. Ya, just make up a nice version for it and nuke the $Revision. Is 66239 right?? Is that a result of svn conversion? -- Bill Moseley moseley [at] hank --------------------------------------------------------------------- To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl For additional commands, e-mail: docs-dev-help [at] perl
|