-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (23 loc) · 856 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
DESCRIPTION
X11::Terminal
A module to provide an object-oriented interface to launching X terminal
windows.
X11::Terminal::Xterm
A subclass of X11::Terminal which will launch xterm terminals
X11::Terminal::GnomeTerminal
A subclass of X11::Terminal which will launch gnome-terminal terminals
X11::Terminal::Konsole
A subclass of X11::Terminal which will launch konsole terminals
PREREQUISITES
X11::Terminal requires at least perl 5.6.0 and these other modules and libraries:
Moose
INSTALLATION
Standard process for building & installing modules:
perl Build.PL
./Build
./Build test
./Build install
COPYRIGHT AND LICENCE
Copyright 2010 Evan Giles <[email protected]>.
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.