From 095b9f39954a618e1f28cbc0573a877c04613e28 Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Sat, 19 Nov 2016 20:00:20 +0000 Subject: Patch a url in one module test --- patches/README | 3 +++ patches/perl6-pod-to-bigpage.patch | 11 +++++++++++ tools/star/Makefile | 5 ++++- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 patches/README create mode 100644 patches/perl6-pod-to-bigpage.patch diff --git a/patches/README b/patches/README new file mode 100644 index 0000000..9e041e3 --- /dev/null +++ b/patches/README @@ -0,0 +1,3 @@ +Temporary patches which should be submitted upstream ASAP. + +This mechanism should not be overused. diff --git a/patches/perl6-pod-to-bigpage.patch b/patches/perl6-pod-to-bigpage.patch new file mode 100644 index 0000000..8a30c5b --- /dev/null +++ b/patches/perl6-pod-to-bigpage.patch @@ -0,0 +1,11 @@ +--- ../modules/perl6-pod-to-bigpage/t/P.t ++++ ../modules/perl6-pod-to-bigpage/t/P.t +@@ -6,7 +6,7 @@ + + =begin pod + P<./t/hello-camelia.txt> +-P ++P + =end pod + + my $ok-result = q:to/EOH/; diff --git a/tools/star/Makefile b/tools/star/Makefile index 38039b4..0582a67 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -63,7 +63,10 @@ manifest: modules/DBIish/lib sort -o MANIFEST MANIFEST rm MANIFEST.1 -tarball: manifest +patch: + patch -p1 < patches/perl6-pod-to-bigpage.patch + +tarball: manifest patch [ -n "$(VERSION)" ] || ( echo "\nTry '$(MAKE) release VERSION=yyyy.mm'\n\n"; exit 1 ) [ -d $(STAR_REL) ] || ln -s . $(STAR_REL) $(PREFIX) $(STAR_REL)/ MANIFEST | \ -- cgit v1.1