NAME

SeeAlso::Identifier::Factory - Identify and create identifiers

SYNOPSIS

$factory->create("...");

METHODS

new ( %params )

Create a new Identifier Factory.

$factory = new SeeAlso::Identifier::Factory
    type => [qw( class1 class2 ... )]

or

$factory = new SeeAlso::Identifier::Factory
    parse => sub { ... },
    canonical => sub { lc($_[0]) },
    hash => sub { md5_hex($_[0]) },
    type => '...';

create ( $value )

Create a new SeeAlso::Identifier object.

FUNCTION

makeclass

AUTHOR

Jakob Voss <jakob.voss@gbv.de>

LICENSE

Copyright (C) 2009 by Verbundzentrale Goettingen (VZG) and Jakob Voss

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.