PostScript-Barcode version 0.006 is Copyright © 2010, Lars Dɪᴇᴄᴋᴏᴡ
NAME
README - basic information for users prior to downloading
INSTALLATION
system-wide installation
perl Makefile.PL
make
make test
sudo make install
installation in a private directory
perl Makefile.PL INSTALL_BASE=~/modules_prefix
make
make test
make install
Do not forget to add $HOME/modules_prefix/lib/perl5 to your @INC
, see "How do I add a directory to my include path (@INC) at runtime?" in perlfaq8.
DEPENDENCIES
Configure time
Perl 5.10, Module::Build
Run time
core modules
Perl 5.10, List::Util
CPAN modules
Alien::BWIPP, IO::CaptureOutput, GSAPI, Moose, Moose::Role, Moose::Util::TypeConstraints, MooseX::Singleton
Build and test time
All of the above and:
CPAN modules
Capture::Tiny, Image::Size, Test::Exception, Test::More
LICENCE AND COPYRIGHT
Copyright © 2010 Lars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0.
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.