On Friday, November 17, 2006, at 05:58PM, "Carl Friedberg" <[EMAIL PROTECTED]>
wrote:
>
>I am trying to build Damian Conway's Log::StdLog package from CPAN.
>
>The first lines of StdLog.pm go like this:
>
>package Log::StdLog;
>
>use version; $VERSION = qv('0.0.3');
<snip>
>I checked, and I can't find a pragma called version, but I must be
>missing something really obvious. Any hints?
>
>Obviously there's no file "version.pm" on my system...
It's an actual CPAN module, and it appears to be a prerequisite for what you
are building. Get it here:
http://search.cpan.org/~jpeacock/version-0.68/