on the development box but are needed on the deployment box, presumably
due to a subtle different version of HTML::Mason
-%# $Id: country-list.mc,v 1.1 2007-03-29 16:19:58 mike Exp $
+%# $Id: country-list.mc,v 1.2 2007-03-30 11:14:56 mike Exp $
<%perl>
return [
"",
"Zaire",
"Zambia",
"Zimbabwe",
-]
+];
</%perl>
-%# $Id: libtype-list.mc,v 1.1 2007-03-29 16:19:58 mike Exp $
+%# $Id: libtype-list.mc,v 1.2 2007-03-30 11:14:56 mike Exp $
<%perl>
return [
"", qw(Academic Public Corporate Special National Education Other)
-]
+];
</%perl>