NAME

   Device::TLSPrinter - Module for using a TLS barcode printer


DESCRIPTION

   This module is a driver for the TLS PC Link thermal labeling printer.
   It implements the commands from the Datamax Programming Language (DPL)
   recognized by the TLS PC Link printer.


INSTALLATION

   To install this module, run the following commands:

       perl Makefile.PL
       make
       make test
       make install


   Alternatively, to install with Module::Build, you can use the
   following commands:

       perl Build.PL
       ./Build
       ./Build test
       ./Build install


SUPPORT AND DOCUMENTATION

   After installing, you can find documentation for this module with
   the perldoc command.

       perldoc Device::TLSPrinter

   You can also look for information at:

       MetaCPAN
           https://metacpan.org/module/Device::TLSPrinter

       Search CPAN
           http://annocpan.org/dist/Device-TLSPrinter

       AnnoCPAN, annotated CPAN documentation:
           http://annocpan.org/dist/Device-TLSPrinter

       CPAN Request Tracker:
           https://rt.cpan.org/Dist/Display.html?Name=Device-TLSPrinter

       CPAN Ratings:
           http://cpanratings.perl.org/d/Device-TLSPrinter


COPYRIGHT AND LICENCE

   Copyright 2006-2011 Sebastien Aperghis-Tramoni, all rights reserved.

   This program is free software; you can redistribute it and/or
   modify it under the same terms as Perl itself.