Subject: Re: CVS commit: pkgsrc/www/p5-Apache-Session-Wrapper
To: None <wiz@netbsd.org>
From: Johnny Lam <jlam@NetBSD.org>
List: tech-pkg
Date: 02/23/2005 15:24:35
Thomas Klausner wrote:
> Module Name:	pkgsrc
> Committed By:	wiz
> Date:		Wed Feb 23 18:01:13 UTC 2005
> 
> Modified Files:
> 	pkgsrc/www/p5-Apache-Session-Wrapper: Makefile PLIST
> 
> Log Message:
> Fix PLIST; Build::Module doesn't write a .packlist for us.

I had a chance to take a look at the guts of Build::Module today.  It 
actually just uses ExtUtils::Install to install the files, so there's no 
reason why it can't generate the .packlist for us.  I'll look tonight 
and see if there's a nice way to add the .packlist generation without 
breaking the Module::Build API.  That way, we don't have to create 
PLISTs for all of those perl modules that use Module::Build.

	Cheers,

	-- Johnny Lam <jlam@NetBSD.org>