Re: installing Lingua-EN-Sentence-0.25 error - wrong version

[email protected] ("Dr.Ruud")
Newsgroups perl.beginners
Organization Chaos rules.
Message-ID <[email protected]>
[email protected] schreef:

> I downloaded Lingua-EN-Sentence-0.25 from CPan
> (http://search.cpan.org/ ~shlomoy/Lingua-EN-Sentence-0.25/). I
> followed the install instructions and everything seemed to go fine.
> However when I attempt to use it in my perl script I get the error
>
> Lingua::EN::Sentence version 1 required--this is only version 0.25 at
> / usr/share/perl/5.8/Exporter/Heavy.pm line 107.
>
> I haven't even used a line of its code just added use
> Lingua::EN::Sentence.
>
> Does anyone know what this error message actually means./A way to
> remedy the situation.

You didn't copy/paste code showing your problem, so I must assume that
you forgot to put a ";" at the end of your added line.

For example:

#!/usr/bin/perl
  use strict;
  use warnings;
  use Lingua::EN::Sentence
  1;



-- 
Affijn, Ruud

"Gewoon is een tijger."
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.