The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

PostScript-Barcode version 0.001 is Copyright © 2009, Lars Dɪᴇᴄᴋᴏᴡ

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

CPAN modules

Alien::BWIPP, GSAPI, Moose, Moose::Role, Moose::Util::TypeConstraints

Build and test time

All of the above and:

CPAN modules

Capture::Tiny, Image::Size, Test::Exception, Test::More

LICENCE AND COPYRIGHT

Copyright © 2009 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.