Skip Menu |

This queue is for tickets about the Archive-Tar CPAN distribution.

Report information
The Basics
Id: 54495
Status: resolved
Priority: 0/
Queue: Archive-Tar

People
Owner: Nobody in particular
Requestors: PHILIPP [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



CC: kane [...] cpan.org
Subject: Missing method have_bzip2_support
Date: Wed, 10 Feb 2010 15:53:11 -0600
To: bug-archive-tar [...] rt.cpan.org
From: Philip Prindeville <philipp [...] cpan.org>
The man page: http://search.cpan.org/~bingos/Archive-Tar-1.56/lib/Archive/Tar.pm documents the method have_bzip2_support() but looking at the actual source: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.56/lib/Archive/Tar.pm it would seem to be missing. Similarly, grabbing the tarball, unpacking it, and grepping it also fails to turn it up. -Philip
Subject: Re: [rt.cpan.org #54495] Missing method have_bzip2_support
Date: Wed, 10 Feb 2010 22:14:29 +0000
To: Philip Prindeville via RT <bug-Archive-Tar [...] rt.cpan.org>
From: "Chris 'BinGOs' Williams" <chris [...] bingosnet.co.uk>
On Wed, Feb 10, 2010 at 04:55:46PM -0500, Philip Prindeville via RT wrote: Show quoted text
> The man page: > > http://search.cpan.org/~bingos/Archive-Tar-1.56/lib/Archive/Tar.pm > > documents the method have_bzip2_support() but looking at the actual source:
It documents has_bzip2_support() Show quoted text
> > http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.56/lib/Archive/Tar.pm > > it would seem to be missing. > > Similarly, grabbing the tarball, unpacking it, and grepping it also > fails to turn it up. >
[canker:~]$ grep -r 'have_bzip2' lib/* [canker:~]$ grep -r 'has_bzip2' lib/* lib/Archive/Tar.pm:=head2 $bool = Archive::Tar->has_bzip2_support lib/Archive/Tar.pm:sub has_bzip2_support { return BZIP } [canker:~]$ Show quoted text
> -Philip >
-- Chris Williams aka BinGOs PGP ID 0x4658671F http://www.gumbynet.org.uk ==========================
Download (untitled)
application/pgp-signature 189b

Message body not shown because it is not plain text.

On Wed Feb 10 17:15:38 2010, chris@bingosnet.co.uk wrote: Show quoted text
> On Wed, Feb 10, 2010 at 04:55:46PM -0500, Philip Prindeville via RT > wrote:
> > The man page: > > > > http://search.cpan.org/~bingos/Archive-Tar-1.56/lib/Archive/Tar.pm > > > > documents the method have_bzip2_support() but looking at the actual
> source: > > It documents has_bzip2_support() > > 1.56/lib/Archive/Tar.pm
> > > > it would seem to be missing. > > > > Similarly, grabbing the tarball, unpacking it, and grepping it also > > fails to turn it up. > >
> > [canker:~]$ grep -r 'have_bzip2' lib/* > [canker:~]$ grep -r 'has_bzip2' lib/* > lib/Archive/Tar.pm:=head2 $bool = Archive::Tar->has_bzip2_support > lib/Archive/Tar.pm:sub has_bzip2_support { return BZIP } > [canker:~]$ >
> > -Philip > >
>
RTFM user failure: we were cutting and pasting some code from regression test suites and forgot to change have_ to has_ ...
Closing ticket.