Re: perldoc bug?

2003-01-29 Thread Jason Pepas
> Upgrade and try again.  If it persists, file a bug.

yup, that fixed it.  perl 5.8 doesn't play nicely with perl-doc 5.6

-jason pepas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: perldoc bug?

2003-01-28 Thread Stephen Gran
This one time, at band camp, Jason Pepas said:
> hmm...
> 
> (pts/4)jason@marsala:~$ perldoc -f sin
> No documentation found for "perlfunc".
> 
> hrmm...
> 
> (pts/4)jason@marsala:~$ dpkg -l | grep perl
> ii  libft-perl 1.2-13.1   Perl module for the FreeType library
> ii  libperl5.6 5.6.1-7Shared Perl library.
> ii  libperl5.8 5.8.0-14   Shared Perl library.
> ii  libsgmls-perl  1.03ii-23  Perl modules for processing SGML parser outp
> ii  perl   5.8.0-15   Larry Wall's Practical Extraction and Report
> ii  perl-base  5.8.0-15   The Pathologically Eclectic Rubbish Lister.
> ii  perl-doc   5.6.1-7Perl documentation.
> ii  perl-modules   5.8.0-15   Core Perl modules.
> ii  perl-tk800.024-1.1Perl module providing the Tk graphics librar
> 
> -jason

Probably a version problem.

steve:~$ perldoc -f sin
   sin EXPR
   sin Returns the sine of EXPR (expressed in radians).  If EXPR is
   omitted, returns sine of $_.

   For the inverse sine operation, you may use the
   "Math::Trig::asin" function, or use this relation:

   sub asin { atan2($_[0], sqrt(1 - $_[0] * $_[0])) }

steve:~$ dpkg -l perl-doc
ii  perl-doc   5.8.0-15   Perl documentation.

Upgrade and try again.  If it persists, file a bug.
-- 
 --
|  Stephen Gran  | Thirty white horses on a red hill,  |
|  [EMAIL PROTECTED] | First they champ, Then they stamp, Then |
|  http://www.lobefin.net/~steve | they stand still.   -- Tolkien  |
 --



msg27071/pgp0.pgp
Description: PGP signature


perldoc bug?

2003-01-28 Thread Jason Pepas
hmm...

(pts/4)jason@marsala:~$ perldoc -f sin
No documentation found for "perlfunc".

hrmm...

(pts/4)jason@marsala:~$ dpkg -l | grep perl
ii  libft-perl 1.2-13.1   Perl module for the FreeType library
ii  libperl5.6 5.6.1-7Shared Perl library.
ii  libperl5.8 5.8.0-14   Shared Perl library.
ii  libsgmls-perl  1.03ii-23  Perl modules for processing SGML parser outp
ii  perl   5.8.0-15   Larry Wall's Practical Extraction and Report
ii  perl-base  5.8.0-15   The Pathologically Eclectic Rubbish Lister.
ii  perl-doc   5.6.1-7Perl documentation.
ii  perl-modules   5.8.0-15   Core Perl modules.
ii  perl-tk800.024-1.1Perl module providing the Tk graphics librar

-jason


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]