Library-CallNumber-LC

Library::CallNumber::LC is mostly designed to do call number normalization, with the following goals:

    * The normalized call numbers are comparable with each other, for proper sorting
    * The normalized call number is a short as possible, so left-anchored wildcard searches are possible (e.g., searching on "A11*" should give you all the A11 call numbers)
    * A range defined by start_of_range and end_of_range should be correct, assuming that the string given for the end of the range is, in fact, a left prefix.

Given the nature of generating normalized sort keys, compatibility between versions is NOT a goal, as any bug-fixes or features will likely require changing the key format.

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Library::CallNumber::LC

You can also look for information at:

    Google code repository
        http://code.google.com/p/library-callnumber-lc/

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Library-CallNumber-LC

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Library-CallNumber-LC

    CPAN Ratings
        http://cpanratings.perl.org/d/Library-CallNumber-LC

    Search CPAN
        http://search.cpan.org/dist/Library-CallNumber-LC


COPYRIGHT AND LICENCE

Copyright (C) 2011 Dan Wells
Copyright (C) 2009 Bill Dueber

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.