Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xenoterracide/template-showstartstop
Template::ShowStartStop - Display where template's start and stop
https://github.com/xenoterracide/template-showstartstop
Last synced: 25 days ago
JSON representation
Template::ShowStartStop - Display where template's start and stop
- Host: GitHub
- URL: https://github.com/xenoterracide/template-showstartstop
- Owner: xenoterracide
- License: other
- Created: 2010-02-16T02:10:10.000Z (almost 15 years ago)
- Default Branch: build/master
- Last Pushed: 2011-02-24T13:33:04.000Z (almost 14 years ago)
- Last Synced: 2023-08-20T22:15:19.829Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Template-ShowStartStop/
- Size: 352 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
NAME
Template::ShowStartStop - Display where templates start and stopVERSION
version 1.0.1SYNOPSIS
use Template::ShowStartStop;my $tt = Template->new({
CONTEXT => Template::ShowStartStop->new
});DESCRIPTION
Template::ShowStartStop provides inline comments throughout your code
where each template stops and starts. It's an overridden version of
Template::Context that wraps the "process()" method.Using Template::ShowStartStop is simple. Now when you process templates,
HTML comments will get embedded in your output, which you can easily
grep for. The nesting level is also shown.
...
...
BUGS
Please report any bugs or feature requests on
as I'm
not fond of RT.SUBMITTING PATCHES
Please read the SubmittingPatches file included with this Distribution.
Patches that are of sufficient quality, within the goals of the project
and pass the checklist will probably be accepted.ACKNOWLEDGEMENTS
Thanks to Andy Lester, Randal Schwartz, Bill Moseley, and to Gavin Estey
for the original Template::Timer code that this is based on.AUTHOR
Caleb CushingCOPYRIGHT AND LICENSE
This software is Copyright (c) 2011 by Caleb Cushing.This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)