[Catalyst-commits] r6201 - trunk/Catalyst-Model-TextLinkAds/examples
davecardwell at dev.catalyst.perl.org
davecardwell at dev.catalyst.perl.org
Sun Mar 25 22:07:28 GMT 2007
Author: davecardwell
Date: 2007-03-25 22:07:26 +0100 (Sun, 25 Mar 2007)
New Revision: 6201
Modified:
trunk/Catalyst-Model-TextLinkAds/examples/Model.pm
trunk/Catalyst-Model-TextLinkAds/examples/template.tt
Log:
Fixed complaints about newline characters.
Modified: trunk/Catalyst-Model-TextLinkAds/examples/Model.pm
===================================================================
--- trunk/Catalyst-Model-TextLinkAds/examples/Model.pm 2007-03-25 21:06:47 UTC (rev 6200)
+++ trunk/Catalyst-Model-TextLinkAds/examples/Model.pm 2007-03-25 21:07:26 UTC (rev 6201)
@@ -8,4 +8,4 @@
);
-1;
\ No newline at end of file
+1;
Modified: trunk/Catalyst-Model-TextLinkAds/examples/template.tt
===================================================================
--- trunk/Catalyst-Model-TextLinkAds/examples/template.tt 2007-03-25 21:06:47 UTC (rev 6200)
+++ trunk/Catalyst-Model-TextLinkAds/examples/template.tt 2007-03-25 21:07:26 UTC (rev 6201)
@@ -6,4 +6,4 @@
[% link.afterText %]
</li>
[%- END %]
-</ul>
\ No newline at end of file
+</ul>
More information about the Catalyst-commits
mailing list