diff options
author | James E Keenan <jkeenan@cpan.org> | 2018-12-01 12:39:27 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2018-12-01 12:39:27 -0500 |
commit | 0b2c8fe564c0e75f055fffd6daa8c2786ce920aa (patch) | |
tree | 9a02227cae20b21bd53e08004d80113152e7d95d | |
parent | 23665de87341f4f3452009759d4fc95ce30b8ced (diff) | |
download | perl-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-x | Porting/sync-with-cpan | 3 |
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> |