1App::KGB(3) User Contributed Perl Documentation App::KGB(3)
2
3
4
6 App::KGB - collaborative IRC helper
7
9 App::KGB is a helper aimed at people working together using version
10 control systems and IRC. It has two parts:
11
12 server, kgb-bot(1)
13 A daemon listening for commit notifications that relays them to
14 IRC.
15
16 client, kgb-client(1), App::KGB::Client
17 Hooks into the version control system and sends commit
18 notifications to the daemon.
19
20 SUPPORTED VERSION CONTROL SYSTEMS
21 Git
22 Subversion
23
25 kgb-client(1)
26 App::KGB::Client
27 kgb-bot(1)
28
30 Martin Ferrari tincho@debian.org
31 Damyan Ivanov dmn@debian.org
32
34 Copyright (C) 2008 MartÃn Ferrari Copyright (C) 2008-2009 Damyan Ivanov
35
36 This program is free software; you can redistribute it and/or modify it
37 under the terms of the GNU General Public License as published by the
38 Free Software Foundation; either version 2 of the License, or (at your
39 option) any later version.
40
41 This program is distributed in the hope that it will be useful, but
42 WITHOUT ANY WARRANTY; without even the implied warranty of
43 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
44 General Public License for more details.
45
46 You should have received a copy of the GNU General Public License along
47 with this program; if not, write to the Free Software Foundation, Inc.,
48 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
49
50
51
52perl v5.36.0 2023-01-19 App::KGB(3)