Unicode::UCD: move common directory to subroutine
authorKarl Williamson <public@khwilliamson.com>
Thu, 9 Feb 2012 18:01:43 +0000 (11:01 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 10 Feb 2012 22:54:26 +0000 (15:54 -0700)
commit35a865d48fd5b7517c276e673daf417f657c5c88
tree1665c7813db3e5a3bcc51545c024e0adb847524a
parent647396dabfaf0c753d32739e2db127f29795de07
Unicode::UCD: move common directory to subroutine

All the files that should ever be read by the subroutine will be found
in the unicore directory, so can specify it in the subroutine instead of
in each call to it.  This makes things slightly easier in future
commits.
lib/Unicode/UCD.pm