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)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 11 May 2009 12:47:09 +0000 (07:47 -0500)
commitb244cac4929f4e49870fa2c7445713b65857ff42
tree745eb0d75705d99b70e50ab3e1391ae170efca8a
parent8cd87e5426326acbcf5ef1e010915e9c770a4c0e
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