fix ticketing system error on bootstrap of new install
[freeside.git] / torrus / setup_tools / Bundle / Torrus.pm
1 #  Torrus Perl bundle
2 #  Copyright (C) 2002  Stanislav Sinyagin
3 #
4 #  This program is free software; you can redistribute it and/or modify
5 #  it under the terms of the GNU General Public License as published by
6 #  the Free Software Foundation; either version 2 of the License, or
7 #  (at your option) any later version.
8 #
9 #  This program is distributed in the hope that it will be useful,
10 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
11 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 #  GNU General Public License for more details.
13 #
14 #  You should have received a copy of the GNU General Public License
15 #  along with this program; if not, write to the Free Software
16 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
17
18 # $Id: Torrus.pm,v 1.1 2010-12-27 00:04:39 ivan Exp $
19 # Stanislav Sinyagin <ssinyagin@yahoo.com>
20 #
21 #
22
23
24 package Bundle::Torrus;
25
26 $VERSION = '1.00';
27
28 __END__
29
30 =head1 NAME
31
32 Bundle::Torrus - A bundle to install Torrus prerequisite modules
33
34 =head1 SYNOPSIS
35
36 C<perl -I `pwd`/lib -MCPAN -e 'install Bundle::Torrus'>
37
38 =head1 CONTENTS
39
40 File::Temp                       - required by XML::SAX
41
42 XML::NamespaceSupport   1.07     - required by XML::LibXML
43
44 XML::SAX                0.11     - required by XML::LibXML
45
46 XML::LibXML::Common              - required by XML::LibXML
47
48 AppConfig               - required by Template
49
50 File::Spec              - required by Template
51
52 Crypt::DES     2.03     - required by Net::SNMP
53
54 Digest::MD5    2.11     - required by Net::SNMP
55
56 Digest::SHA1   1.02     - required by Net::SNMP
57
58 Digest::HMAC   1.00     - required by Net::SNMP
59
60 MIME::Base64            - required by URI::Escape
61
62
63 XML::LibXML     1.54  - older versions do not handle charsets properly
64
65 BerkeleyDB      0.19    - older versions do not have trunc()
66
67 Template                - this is template-toolkit
68
69 Proc::Daemon
70
71 Net::SNMP       5.2.0   - older versions may not work
72
73 URI::Escape
74
75 Apache::Session
76
77 Date::Parse
78
79 JSON
80
81 =head1 AUTHOR
82
83 Stanislav Sinyagin E<lt>F<ssinyagin@yahoo.com>E<gt>
84
85 =cut