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

NAME

PostScript::Barcode::Types - extended type constraints

VERSION

This document describes PostScript::Barcode::Types version 0.003.

SYNOPSIS

    use PostScript::Barcode::Types qw();

DESCRIPTION

Creates the following type constraints.

PostScript::Barcode::Types::Enum::azteccode::format

Type Enum: qw(full compact rune)

PostScript::Barcode::Types::Enum::qrcode::eclevel

Type Enum: qw(L M Q H)

PostScript::Barcode::Types::Enum::qrcode::version

Type Enum: qw(M1 M2 M3 M4), 1 .. 40

PostScript::Barcode::Types::Enum::qrcode::format

Type Enum: qw(full micro)