-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
67 lines (38 loc) · 1.4 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
=encoding UTF-8
PostScript-Barcode version 0.006 is Copyright © 2010, Lars Dɪᴇᴄᴋᴏᴡ
=head1 NAME
README - basic information for users prior to downloading
=head1 INSTALLATION
=head2 system-wide installation
perl Makefile.PL
make
make test
sudo make install
=head2 installation in a private directory
perl Makefile.PL INSTALL_BASE=~/modules_prefix
make
make test
make install
Do not forget to add F<$HOME/modules_prefix/lib/perl5> to your C<@INC>, see
L<perlfaq8/"How do I add a directory to my include path (@INC) at runtime?">.
=head1 DEPENDENCIES
=head2 Configure time
Perl 5.10, L<Module::Build>
=head2 Run time
=head3 core modules
Perl 5.10, L<List::Util>
=head3 CPAN modules
L<Alien::BWIPP>, L<IO::CaptureOutput>, L<GSAPI>, L<Moose>, L<Moose::Role>,
L<Moose::Util::TypeConstraints>, L<MooseX::Singleton>
=head2 Build and test time
All of the above and:
=head3 CPAN modules
L<Capture::Tiny>, L<Image::Size>, L<Test::Exception>, L<Test::More>
=head1 LICENCE AND COPYRIGHT
Copyright © 2010 Lars Dɪᴇᴄᴋᴏᴡ C<< <[email protected]> >>
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl 5.10.0.
=head2 Disclaimer of warranty
This library 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.