NAME
Store::Digest::Types - Custom types for Store::Digest;
VERSION
Version 0.01
SYNOPSIS
package Store::Digest::XYZ;
use Moose;
use namespace::autoclean;
use Store::Digest::Types;
# ... do your thing
TYPES
DateTimeType
DigestHash
FiniteHandle
File and Directory
These are just labels for Path::Class objects.
Token
A token, as described by RFC 2616, section 2.2.
ContentType
A registered (or not) MIME type, in major/minor
notation.
NonNegativeInt
An integer which is zero or greater. Kinda like an unsigned int, I suppose, except I don't care about how the underlying integer is implemented, I just care that it's at least zero.
StoreObject
AUTHOR
Dorian Taylor, <dorian at cpan.org>
LICENSE AND COPYRIGHT
Copyright 2012 Dorian Taylor.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
L<http://www.apache.org/licenses/LICENSE-2.0>
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.