bug 3120: tweak splitting of Dewey call number
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 8 May 2009 22:31:14 +0000 (17:31 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:34 +0000 (23:19 +0200)
commit141d0fad0d9f8c320b8514e3cfd61d50a0e1e1b3
tree3d55235fbfd10ca7769c5e807eb5904ace8a1abb
parent2403255d0b82dfa148e19710cf5782e9e358d211
bug 3120: tweak splitting of Dewey call number

If a call number prefix contains a hyphen, try not to
split on the hyphen.  For example, rather than
splitting the call number 'CD-ROM 787.87 EAS'
like this:

CD
-ROM
787.87
EAS

it should be

CD-ROM
787.87
EAS

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Labels.pm
t/Labels_split_ddcn.t