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

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

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 a new SeeAlso::Identifier object.


Jakob Voss <jakob.voss@gbv.de>

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.