On Wed, Apr 17, 2002 at 01:01:04PM -0400, Andy Dougherty wrote:
> In 5.7.3, the manicheck() function from ExtUtils::Manifest appears to
> be consulting the MANIFEST.SKIP file.  This is contrary to the
> documentation, and inconsistent with earlier versions.
> 
> One place where this shows up is in Parrot 0.0.5 :-(.  
> Try the following in your parrot source directory:
>     
>     perl -MExtUtils::Manifest=manicheck -e manicheck;
> 
> With 5.005_03, it will exit cleanly.  With 5.7.3 (@15929,
> built this morning) you'll get
> 
>     No such file: examples/assembly/Makefile
>     No such file: languages/cola/Makefile
>     No such file: languages/regex/Makefile
> 
> These files exist.  If I remove the line
> 
>       /Makefile$
> 
> from parrot's MANIFEST.SKIP, then it again runs cleanly.

Fixed using a combination of Andreas' patch and some of my own.  Will
be in 5.91_01.


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
3. With sufficient thrust, pigs fly just fine. However, this is
   not necessarily a good idea. It is hard to be sure where they
   are going to land, and it could be dangerous sitting under them
   as they fly overhead.
    -- RFC 1925

Reply via email to