NAME
Catmandu::Fix::sfx_year_range - parse the SFX threshold data
# Parse an array of years into a human reabable string
# E.g.
# holding: 1900 , 1901 , 1902 , 1920 , 1980 , 1981 , 1982
sfx_year_range(holding)
# Holding will be: 1900 - 1902 ; 1920 ; 1980 - 1982
AUTHOR
Patrick Hochstenbach <Patrick.Hochstenbach@UGent.be>
COPYRIGHT AND LICENSE
This software is copyright (c) 20145by Patrick Hochstenbach.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.