File: remove-dot-pl-from-scripts-pod.patch

package info (click to toggle)
libflickr-api-perl 1.29-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: perl: 1,471; makefile: 22
file content (52 lines) | stat: -rw-r--r-- 1,633 bytes parent folder | download | duplicates (3)
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