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:
> 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_ ...