./wip/p5-HTML-GenerateUtil, Routines useful when generating HTML output

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.20, Package name: p5-HTML-GenerateUtil-1.20, Maintainer: hiramatu

HTML::GenerateUtil provides a number of functions that make generating
HTML output easier and faster. All written in XS for speed.


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: 58e909fbed85072b5e41cabab7b2487ce6a6679e
Filesize: 22.898 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-09 16:06:26 by Thomas Klausner | Files touched by this commit (97)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2013-03-30 21:53:30 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update p5-HTML-GenerateUtil to 1.11.

Changes from previous:
----------------------
1.11  Fri Jul 15 17:55:00 2011
  - Document $H object with AUTOLOAD functions

1.10  Mon May 22 14:51:00 2009
  - Allow single argument version of escape_html()

1.09  Thu Mar 13 16:00:00 2008
  - Add an AUTOLOAD method which calls generate_tag

1.08  Fri Oct 19 17:09:00 2007
	- if you use s/(...)/escape_uri($1)/, then $1 might not be SvOK()
    because it's magic. Need to call SvGETMAGIC first
   2012-10-04 12:45:25 by Aleksej Saushev | Files touched by this commit (38)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2008-05-30 14:22:03 by abs | Files touched by this commit (102)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2006-04-17 11:09:51 by Hiramatsu Yoshifumi | Files touched by this commit (4) | Imported package
Log message:
HTML::GenerateUtil provides a number of functions that make generating
HTML output easier and faster. All written in XS for speed.