On Mon, Nov 10, 2003 at 01:00:32PM -0800, Stas Bekman wrote:
top-level 'make dist' didn't create META.yml in the sub-dir Apache-Test. And of course 'make dist' doesn't run recursively.
So the solutions I see:
1) commit Apache-Test/META.yml
-cons: we now have to maintain it
No more than you have to maintain anything else in Apache::Test. The
META.yml should be handled in the stand-alone Apache::Test distribution just the same as any file. Then you just copy it into mod_perl, same as any other file in Apache::Test.
That's the simplest approach. You're just bundling someone else's module.
Yes, but this one is not a simple case of bundling. A-T actually lives inside the mod_perl 2.0 distro, so we don't copy anything when releasing mp2. We just release A-T more often than mod_perl 2.0. So it has its own META.yml.
I guess we will just commit it and hope that its syntax won't change too often.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
