****** Recall.pm ******

r228 | jarobson | 2008-03-26 13:39:25 -0600 (Wed, 26 Mar 2008) | 1 line

Added trim() + assemble().

r225 | jarobson | 2008-02-11 12:26:35 -0700 (Mon, 11 Feb 2008) | 1 line

Added trim()

r186 | jarobson | 2007-08-28 14:03:29 -0600 (Tue, 28 Aug 2007) | 1 line

Revision update 0.11

r185 | jarobson | 2007-08-28 13:47:21 -0600 (Tue, 28 Aug 2007) | 1 line

Had to escape new 'secpat_delims'

r184 | jarobson | 2007-08-24 09:33:04 -0600 (Fri, 24 Aug 2007) | 1 line

Changed default delims from <% and %> to [' and ']. No shift key needed, looks better embedded in HTML docs.

r55 | jarobson | 2007-05-19 14:05:09 -0600 (Sat, 19 May 2007) | 1 line

Updated revision num.

r54 | jarobson | 2007-05-19 14:03:53 -0600 (Sat, 19 May 2007) | 1 line

Added template_str paramter to new(), updated docs.

r53 | jarobson | 2007-05-16 08:39:12 -0600 (Wed, 16 May 2007) | 1 line

Fixed error in POD

r51 | jarobson | 2007-04-25 13:04:50 -0600 (Wed, 25 Apr 2007) | 1 line

Lowered Perl version required to 5.8.1 - tested on web host. ver. increment

r50 | jarobson | 2007-04-19 15:48:54 -0600 (Thu, 19 Apr 2007) | 1 line

Updated POD

r49 | jarobson | 2007-04-19 12:26:59 -0600 (Thu, 19 Apr 2007) | 1 line

Updated POD concerning 'secpat' and 'secpat_delims'

r48 | jarobson | 2007-04-18 08:24:35 -0600 (Wed, 18 Apr 2007) | 1 line

Incremented version num.

r47 | jarobson | 2007-04-18 08:19:12 -0600 (Wed, 18 Apr 2007) | 1 line

Passing hash inefficient; passing hash reference instead

r46 | jarobson | 2007-04-13 12:45:24 -0600 (Fri, 13 Apr 2007) | 1 line

Added delimiter options to secpat

r43 | jarobson | 2007-04-03 11:37:03 -0600 (Tue, 03 Apr 2007) | 1 line

Fixed email address in POD

r42 | jarobson | 2007-03-29 09:31:44 -0600 (Thu, 29 Mar 2007) | 1 line

Version increment.

r40 | jarobson | 2007-03-29 09:30:26 -0600 (Thu, 29 Mar 2007) | 1 line

Removed unnecessary variable assignment.

r39 | jarobson | 2007-03-28 10:21:02 -0600 (Wed, 28 Mar 2007) | 1 line

Updated version after Base.pm fix

r30 | jarobson | 2007-03-23 11:26:42 -0600 (Fri, 23 Mar 2007) | 1 line

new() requires hash params, i.e. 'name' => 'value'. Updated docs

r29 | jarobson | 2007-03-22 15:11:41 -0600 (Thu, 22 Mar 2007) | 1 line

Modified section pattern, added delimters, plus logic to shut them off.

r27 | jarobson | 2007-03-21 09:44:53 -0600 (Wed, 21 Mar 2007) | 1 line

Version inc. 0.01->0.02

r25 | jarobson | 2007-03-21 09:42:32 -0600 (Wed, 21 Mar 2007) | 1 line

Initial Import - name from Recall::Template to Template::Recall

.
.
****** Base.pm ******


r225 | jarobson | 2008-02-11 12:26:35 -0700 (Mon, 11 Feb 2008) | 1 line

Added trim()

r41 | jarobson | 2007-03-29 09:31:30 -0600 (Thu, 29 Mar 2007) | 1 line

Version number increment.

r38 | jarobson | 2007-03-28 10:20:35 -0600 (Wed, 28 Mar 2007) | 1 line

Problem with delimiter regex. Assigned pattern to variable first, then used.

r36 | jarobson | 2007-03-27 09:55:02 -0600 (Tue, 27 Mar 2007) | 1 line

Enforce $delims paramater: must be two element array reference, or is ignored.

r31 | jarobson | 2007-03-23 12:39:29 -0600 (Fri, 23 Mar 2007) | 1 line

Removed unnecessary assignment for delimiters.

r28 | jarobson | 2007-03-22 15:10:39 -0600 (Thu, 22 Mar 2007) | 1 line

Added $delims parameter and logic to render()

r26 | jarobson | 2007-03-21 09:44:35 -0600 (Wed, 21 Mar 2007) | 1 line

Incremented version 0.01->0.02

r25 | jarobson | 2007-03-21 09:42:32 -0600 (Wed, 21 Mar 2007) | 1 line

Initial Import - name from Recall::Template to Template::Recall