This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add instruction to configure to SYNOPSIS
authorJames E Keenan <jkeenan@cpan.org>
Sat, 1 Dec 2018 17:39:27 +0000 (12:39 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 1 Dec 2018 17:39:27 +0000 (12:39 -0500)
Because I always to forget to ./Configure before trying to bring in an
updated upstream module from CPAN.

Porting/sync-with-cpan

index f81e14a..bde97a4 100755 (executable)
@@ -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>