Ticket #247: manpage-whatis.patch
| File manpage-whatis.patch, 1.1 KB (added by dam, 4 years ago) |
|---|
-
lib/Padre/DocBrowser.pm
Author: Damyan Ivanov <dmn@debian.org> Description: add missing/fix bad whatis (NAME) entries of some manpages
a b use Class::XSAccessor 26 26 27 27 =head1 NAME 28 28 29 Padre::DocBrowser 29 Padre::DocBrowser -- documentation browser for Padre 30 30 31 31 =head1 DESCRIPTION 32 32 -
lib/Padre/Wx/Dialog.pm
a b use base 'Wx::Perl::Dialog'; 10 10 11 11 =head1 NAME 12 12 13 Padre::Wx::Dialog 13 Padre::Wx::Dialog - dummy Padre wrapper around Wx::Perl::Dialog 14 14 15 15 =cut 16 16 -
lib/Padre/Wx/DocBrowser.pm
a b our %VIEW = ( 32 32 33 33 =pod 34 34 35 =head1 Welcome to Padre DocBrowser36 37 35 =head1 NAME 38 36 37 Padre::Wx::DowBrowser - Wx front-end for Padre::DocBrowser 38 39 =head1 Welcome to Padre DocBrowser 40 39 41 Padre::Wx::DocBrowser ( Wx::Frame ) 40 42 41 43 =head1 DESCRIPTION -
lib/Padre/Wx/Main.pm
a b 1 1 package Padre::Wx::Main; 2 2 3 =head1 NAME 4 5 Padre::Wx::Main - Main window of Padre 6 7 =cut 8 3 9 use 5.008; 4 10 use strict; 5 11 use warnings;
