~ubuntu-branches/ubuntu/trusty/padre/trusty

« back to all changes in this revision

Viewing changes to debian/patches/manpage-whatis.patch

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2009-02-18 15:55:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090218155500-puuiwalh3xps7e1p
Tags: 0.27.ds1-1
Initial Release. Closes: #492696 -- ITP

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: Damyan Ivanov <dmn@debian.org>
 
2
Description: add missing/fix bad whatis (NAME) entries of some manpages
 
3
Upstream-Bug: http://padre.perlide.org/ticket/247
 
4
--- a/lib/Padre/DocBrowser.pm
 
5
+++ b/lib/Padre/DocBrowser.pm
 
6
@@ -26,7 +26,7 @@ use Class::XSAccessor
 
7
 
 
8
 =head1 NAME
 
9
 
 
10
-Padre::DocBrowser
 
11
+Padre::DocBrowser -- documentation browser for Padre
 
12
 
 
13
 =head1 DESCRIPTION
 
14
 
 
15
--- a/lib/Padre/Wx/Dialog.pm
 
16
+++ b/lib/Padre/Wx/Dialog.pm
 
17
@@ -10,7 +10,7 @@ use base 'Wx::Perl::Dialog';
 
18
 
 
19
 =head1 NAME
 
20
 
 
21
-Padre::Wx::Dialog
 
22
+Padre::Wx::Dialog - dummy Padre wrapper around Wx::Perl::Dialog
 
23
 
 
24
 =cut
 
25
 
 
26
--- a/lib/Padre/Wx/DocBrowser.pm
 
27
+++ b/lib/Padre/Wx/DocBrowser.pm
 
28
@@ -32,10 +32,12 @@ our %VIEW = (
 
29
 
 
30
 =pod
 
31
 
 
32
-=head1 Welcome to Padre DocBrowser
 
33
-
 
34
 =head1 NAME
 
35
 
 
36
+Padre::Wx::DowBrowser - Wx front-end for Padre::DocBrowser
 
37
+
 
38
+=head1 Welcome to Padre DocBrowser
 
39
+
 
40
 Padre::Wx::DocBrowser ( Wx::Frame )
 
41
 
 
42
 =head1 DESCRIPTION
 
43
--- a/lib/Padre/Wx/Main.pm
 
44
+++ b/lib/Padre/Wx/Main.pm
 
45
@@ -1,5 +1,11 @@
 
46
 package Padre::Wx::Main;
 
47
 
 
48
+=head1 NAME
 
49
+
 
50
+Padre::Wx::Main - Main window of Padre
 
51
+
 
52
+=cut
 
53
+
 
54
 use 5.008;
 
55
 use strict;
 
56
 use warnings;