The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Data::Object::Types::Library

ABSTRACT

Data-Object Type Library Superclass

SYNOPSIS

  package Test::Library;

  use base 'Data::Object::Types::Library';

  package main;

  my $libary = Test::Library->meta;

DESCRIPTION

This package provides an abstract base class which turns the consumer into a Type::Library type library.

INHERITS

This package inherits behaviors from:

Type::Library

LIBRARIES

This package uses type constraints from:

Types::Standard

AUTHOR

Al Newkirk, awncorp@cpan.org

LICENSE

Copyright (C) 2011-2019, Al Newkirk, et al.

This is free software; you can redistribute it and/or modify it under the terms of the The Apache License, Version 2.0, as elucidated in the "license file".

PROJECT

Wiki

Project

Initiatives

Milestones

Contributing

Issues