-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
34 lines (22 loc) · 815 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
IWL-P2JS version 0.01
================
The IWL-P2JS library is an attempt to translate simple perl code references
into JavaScript. This can help people with no prior JavaScript experience to
fully utilize IWL
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
IWL
PPI
COPYRIGHT AND LICENCE
Copyright (c) 2006-2007 Viktor Kojouharov. All rights reserved.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself. See perldoc perlartistic.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.