> > Metadata goes before the symbol, not after it. So: > > > (ns com.arcanearcade.clojure.utils.regex-utils > > #^{:author "Robert Stehwien", > > :doc "Clojure regular expression utilities"} > > (:require [clojure.contrib.java-utils :as ju])) > > Is actually putting the metadata on the (:require ...) list. > > Thanks, guess I was taking crazy pills and not seeing that I was doing things backwards from what I saw in clojure-contrib. All better now ;)
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---