File: 10manpages.diff

package info (click to toggle)
libnet-irc-perl 0.79-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 452 kB
  • ctags: 327
  • sloc: perl: 2,309; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 510 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -45,6 +45,12 @@
                   'IO::Socket'    => 0,
                   'Sys::Hostname' => 0,
               },
+	      'MAN3PODS' => {
+		  'IRC.pm' => 'blib/man3/Net::IRC.3pm',
+		  'Connection.pm' => 'blib/man3/Net::IRC::Connection.3pm',
+		  'DCC.pm' => 'blib/man3/Net::IRC::DCC.3pm',
+		  'Event.pm' => 'blib/man3/Net::IRC::Event.3pm',
+	      },
 	      'VERSION_FROM' => 'IRC.pm', # finds $VERSION
               'dist' => { 'COMPRESS' => 'gzip --best' },
 );