NAME
PostScript::Barcode::Meta::Types - extended type constraints
VERSION
This document describes PostScript::Barcode::Meta::Types version 0.006.
SYNOPSIS
use PostScript::Barcode::Meta::Types qw();
DESCRIPTION
Creates the following type constraints.
PostScript::Barcode::Meta::Types::Enum::azteccode::format
Type Enum: qw(full compact rune)
PostScript::Barcode::Meta::Types::Enum::qrcode::eclevel
Type Enum: qw(L M Q H)
PostScript::Barcode::Meta::Types::Enum::qrcode::version
Type Enum: qw(M1 M2 M3 M4), 1 .. 40
PostScript::Barcode::Meta::Types::Enum::qrcode::format
Type Enum: qw(full micro)
PostScript::Barcode::Meta::Types::Tuple
Type ArrayRef[Num] with exactly two elements
PostScript::Barcode::Meta::Types::TuplePair
Type ArrayRef[PostScript::Barcode::Meta::Types::Tuple] with exactly two elements