NAME
Alien::BWIPP - Barcode Writer in Pure PostScript
VERSION
This document describes Alien::BWIPP
version 0.007
. It is based on Barcode Writer in Pure PostScript version 2014-07-30-1
.
SYNOPSIS
use Alien::BWIPP;
say $_->name for @{Alien::BWIPP->encoders_meta_classes};
DESCRIPTION
This modules builds encoder classes from PostScript source.
INTERFACE
import
Class method, automatically called by use. Creates an instance and calls "create_classes".
create_classes
Method, builds encoder classes. The generated classes may have the following attributes:
post_script_source_code
-
Ready to use PostScript source code, concatenated from the encoder source code and the renderer needed by it.
- DESC
-
Human readable description of this encoder. Example:
AusPost 4 State Customer Code
- EXAM
-
Example string for this encoder. Example:
0123456789
- EXOP
-
Stringified list of example options for this encoder. Example:
includetext includecheck includecheckintext
- RNDR
-
Stringified list of renderers needed for this encoder. Example:
renlinear renmatrix
- REQUIRES
- SUGGESTS
encoders_meta_classes
Class Attribute, returns the generated meta classes as ArrayRef[Moose::Meta::Class].
EXPORTS
Nothing.
DIAGNOSTICS
None.
CONFIGURATION AND ENVIRONMENT
Alien::BWIPP
requires no configuration files or environment variables.
DEPENDENCIES
Configure time
Perl 5.10, Module::Build >= 0.35_14
Run time
core modules
Perl 5.10, English, IO::File, Storable
CPAN modules
File::ShareDir, Moose, Moose::Meta::Class, MooseX::ClassAttribute
INCOMPATIBILITIES
None reported.
BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests to http://github.com/mcnewton/Alien-BWIPP/issues, or send an email to the maintainer.
TO DO
No future plans yet.
Suggest more future plans by filing a bug.
AUTHOR
Original author
Lars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org>
Current maintainer
Matthew Newton <mcnewton@cpan.org>
Contributors
See file AUTHORS.
LICENCE AND COPYRIGHT
barcode.ps
Barcode Writer in Pure PostScript - Version 2014-07-30-1
Copyright © 2004-2014 Terry Burton <tez@terryburton.co.uk>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
All other files
Copyright © 2010 Lars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org>
Distributable under the same licence.
SEE ALSO
homepage http://bwipp.terryburton.co.uk/, manual https://github.com/bwipp/postscriptbarcode/wiki