ahhhh..
I did this
[EMAIL PROTECTED] ExtUtils]# grep 'our $VERSION'
/usr/lib/perl5/5.8.?/ExtUtils/MakeMaker.pm
our $VERSION = 1.2.3; # new for perl5.6.0
[EMAIL PROTECTED] ExtUtils]# grep '$VERSION'
/usr/lib/perl5/5.8.?/ExtUtils/MakeMaker.pm
$VERSION = '6.17';
$Revision $VERSION $Verbose %Config
@EXPORT_OK = qw($VERSION &neatvalue &mkbootstrap &mksymlists);
print STDOUT "MakeMaker (v$VERSION)\n" if $Verbose;
# $VERSION (Revision: $Revision) from the contents of
$VERSION = '1.00';
$VERSION = sprintf "%d.%03d", q$Revision: 1.133 $ =~ /(\d+)/g;
our $VERSION = 1.2.3; # new for perl5.6.0
my $VERSION = '1.01';
local $VERSION = '1.02';
[EMAIL PROTECTED] ExtUtils]#
so is the Important thing to know : our $VERSION = 1.2.3; # new
for perl5.6.0
or $VERSION = '6.17';
I hope this helps.
and I do thank you for your assistance - i think I could really benefit
from an update...
my cpu usgae had clamav at 100%
thanks!
j
Jim Shupert wrote:
I am probally not understanding something right off the bat..
I have entered
grep '^our $VERSION' /usr/lib/perl5/5.8.?/ExtUtils/MakeMaker.pm
and
grep '^our $VERSION' /usr/lib/perl5/5.8.5/ExtUtils/MakeMaker.pm
when i hit enter - i do not get anything back
I have typed it in and copied and pasted
I do have a user/lib/perl5
and inside there a 5.8.0, 5.8.1, 5.8.2, 5.8.3, 5.8.4, 5.8.5, and
inside the 5.8.5 i have a ExtUtils/Makemaker.pm ( 77.3 KB )
as I understand it -- the goal is to see the version of this MakeMaker.pm
I tried cd into that dir [ user/lib/perl5/5.8.5/ExtUtils ] and do a
MakeMaker.pm -version
so what am I doing wrong to find my version of Makemaker.pm ?
Thanks
j
Eric Shubert wrote:
What you should do hinges on what version of MakeMaker you have
installed:
# grep '^our $VERSION' /usr/lib/perl5/5.8.?/ExtUtils/MakeMaker.pm
What version do you have?
See if
http://www.mail-archive.com/[email protected]/msg18844.html
makes any sense to you. If you have a question after reading through
that
let me know and I'll try to clarify things.
The pre-1.3.16 versions of spamassassin are a little tricky. Once EE
gets
that version posted on the main site then things will be much easier
again
going forward.
Jim Shupert wrote:
ahhh to upgrade your qmailtoaster-plus package before running
qtp-newmodel
would I get qmailtoaster-plus-0.3.0
<http://qtp.qmailtoaster.com/download/qtp/qmailtoaster-plus-0.3.0-1.4.4.noarch.rpm>
from http://qtp.qmailtoaster.com/
<http://qtp.qmailtoaster.com/download/qtp/qmailtoaster-plus-0.3.0-1.4.4.noarch.rpm>
and since that is simply an rpm package --install it / run it is
that right?
i went to[ *UPGRADE Script:* *LATEST RELEASE*
<http://qtp.qmailtoaster.com/trac/browser/releases> of
*Qmailtoaster-Plus ]*
http://qtp.qmailtoaster.com/trac/browser/releases
and got a 404 error
is that what I should do before the newmodel?
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]