1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Description: adapt POD to the fact that we install the scripts without file extension
Forwarded: not-needed
--- a/script/flickr_dump_stored_config.pl
+++ b/script/flickr_dump_stored_config.pl
@@ -57,12 +57,12 @@
=head1 NAME
-flickr_dump_stored_config.pl - script to display contents of a Flickr::API
+flickr_dump_stored_config - script to display contents of a Flickr::API
storable configuration file.
=head1 SYNOPSIS
- flickr_dump_stored_config.pl [/path/to/file or --config_in=Config-File_to_dump]
+ flickr_dump_stored_config [/path/to/file or --config_in=Config-File_to_dump]
=head1 OPTIONS
--- a/script/flickr_make_stored_config.pl
+++ b/script/flickr_make_stored_config.pl
@@ -279,11 +279,11 @@
=head1 NAME
-flickr_make_stored_config.pl - script to assist with testing and using the Flickr::API
+flickr_make_stored_config - script to assist with testing and using the Flickr::API
=head1 SYNOPSIS
- flickr_make_stored_config.pl --config_out=Config-File_to_build [--config_in=file --consumer_key=...]
+ flickr_make_stored_config --config_out=Config-File_to_build [--config_in=file --consumer_key=...]
=head1 OPTIONS
--- a/script/flickr_make_test_values.pl
+++ b/script/flickr_make_test_values.pl
@@ -132,11 +132,11 @@
=head1 NAME
-flickr_make_test_values.pl - script to assist with testing the Flickr::API
+flickr_make_test_values - script to assist with testing the Flickr::API
=head1 SYNOPSIS
- flickr_make_test_values.pl --values_out=file_to_build [--values_in=existing_file]
+ flickr_make_test_values --values_out=file_to_build [--values_in=existing_file]
=head1 OPTIONS
|