summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2018-12-01 12:39:27 -0500
committerJames E Keenan <jkeenan@cpan.org>2018-12-01 12:39:27 -0500
commit0b2c8fe564c0e75f055fffd6daa8c2786ce920aa (patch)
tree9a02227cae20b21bd53e08004d80113152e7d95d
parent23665de87341f4f3452009759d4fc95ce30b8ced (diff)
downloadperl-0b2c8fe564c0e75f055fffd6daa8c2786ce920aa.tar.gz
Add instruction to configure to SYNOPSIS
Because I always to forget to ./Configure before trying to bring in an updated upstream module from CPAN.
-rwxr-xr-xPorting/sync-with-cpan3
1 files changed, 2 insertions, 1 deletions
diff --git a/Porting/sync-with-cpan b/Porting/sync-with-cpan
index f81e14abae..bde97a4ac7 100755
--- a/Porting/sync-with-cpan
+++ b/Porting/sync-with-cpan
@@ -6,7 +6,8 @@ Porting/sync-with-cpan - Synchronize with CPAN distributions
=head1 SYNOPSIS
- perl Porting/sync-with-cpan <module>
+ sh ./Configure
+ perl Porting/sync-with-cpan <module>
where <module> is the name it appears in the C<%Modules> hash
of F<Porting/Maintainers.pl>