Path: usenet.cise.ufl.edu!newsfeeds.nerdc.ufl.edu!news.magicnet.net!news.maxwell.syr.edu!news-peer.sprintlink.net!news.sprintlink.net!news-b.ais.net!ais.net!uunet!in1.uu.net!news.neta.com!not-for-mail From: ken@forum.swarthmore.edu Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules Subject: Text::FillIn 0.04 Followup-To: comp.lang.perl.modules Date: 6 Oct 1998 15:24:23 GMT Organization: Deja News - The Leader in Internet Discussion Lines: 47 Approved: merlyn@stonehenge.com (comp.lang.perl.announce) Message-ID: <6vdcn7$ccm$1@news.neta.com> NNTP-Posting-Host: gadget.cscaper.com X-Trace: news.neta.com 907687463 12694 206.67.186.3 (6 Oct 1998 15:24:23 GMT) X-Complaints-To: abuse@neta.com NNTP-Posting-Date: 6 Oct 1998 15:24:23 GMT X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content. Xref: usenet.cise.ufl.edu comp.lang.perl.announce:155 comp.lang.perl.modules:4646 Hi, The URL http://forum.swarthmore.edu/~ken/modules/archive/Text-FillIn-0.04.tar.gz has entered CPAN as file: $CPAN/authors/id/KWILLIAMS/Text-FillIn-0.04.tar.gz size: 10012 bytes md5: 958607d303437f4653592e421238b5ae CHANGES: 0.03 Thu Oct 1 20:46 EDT 1998 There are Significant Changes In The Interface. - The default delimiters, hooks, and path now have accessor functions. - One can now set the delimiters, hooks, and path for an instance of a template without affecting the default, or other templates. This is achieved by letting these facts be object data rather than just package variables. - Because of the above change, code which uses this module cannot change the delimiters, hooks, or path by assigning to variables in the Text::FillIn package anymore. - The get_text() and set_text() methods are now deprecated, use the text() method instead, which takes an optional argument for setting the text. The deprecated methods will be removed in a future version. - Same goes for get_property() and set_property(). Use property() now. - Fixed a bug in the interpret engine - a '2' was hard-coded which should have been length(right delimiter). - Hook functions now take the hook character as a second argument, making it possible for one function to handle several kinds of hooks. Thanks to Jesse Chisholm for most of these suggestions. 0.04 Sun Oct 4 00:22:55 CDT 1998 - Added support for using another object's method calls as interpretation hooks. Potentially powerful feature suggested by Jesse Chisolm. - Please note that the get_text(), set_text(), get_property(), and set_property() methods will go away in version 0.05. Migrate to text() and property(). -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own .