stas 2003/12/22 20:28:01
Modified: . Makefile.PL Changes
lib/ModPerl Manifest.pm
Log:
'make dist' now generates and picks Apache-Test/META.yml which was
always reported missing, as it was included in Apache-Test/MANIFEST
Revision Changes Path
1.135 +4 -1 modperl-2.0/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -u -r1.134 -r1.135
--- Makefile.PL 16 Dec 2003 01:37:13 -0000 1.134
+++ Makefile.PL 23 Dec 2003 04:28:00 -0000 1.135
@@ -562,7 +562,10 @@
my $string = $self->ModPerl::BuildMM::MY::postamble;
$string .= <<'EOF';
-mydist : manifest tardist
+mydist : Apache-Test/META.yml manifest tardist
+
+Apache-Test/META.yml:
+ cd Apache-Test && make metafile
cvs_tag :
cvs tag MODPERL_$(VERSION_SYM) .
1.296 +4 -0 modperl-2.0/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl-2.0/Changes,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -u -r1.295 -r1.296
--- Changes 23 Dec 2003 03:02:34 -0000 1.295
+++ Changes 23 Dec 2003 04:28:00 -0000 1.296
@@ -12,6 +12,10 @@
=item 1.99_13-dev
+'make dist' now generates and picks Apache-Test/META.yml which was
+always reported missing, as it was included in Apache-Test/MANIFEST
+[Stas]
+
fix the $r->read function to return undef on failure similar to the
core perl function and make $! available for those who test for read()
failures. [Stas]
1.8 +2 -1 modperl-2.0/lib/ModPerl/Manifest.pm
Index: Manifest.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/lib/ModPerl/Manifest.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -u -r1.7 -r1.8
--- Manifest.pm 26 Sep 2003 17:37:33 -0000 1.7
+++ Manifest.pm 23 Dec 2003 04:28:00 -0000 1.8
@@ -13,10 +13,11 @@
*import = \&Exporter::import;
#generate a MANIFEST based on CVS/Entries
-#anythin to be skipped goes after __DATA__ (MANIFEST.SKIP format)
+#anything to be skipped goes after __DATA__ (MANIFEST.SKIP format)
#anything else to be added should go here:
my @add_files = qw{
MANIFEST
+ Apache-Test/META.yml
};
sub get_cvs_files {