Path to this page:
./
wip/p5-HTML-GenerateUtil,
Routines useful when generating HTML output
Branch: CURRENT,
Version: 1.11,
Package name: p5-HTML-GenerateUtil-1.11,
Maintainer: hiramatuHTML::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]
Master sites: (Expand)
SHA1: 95a980387dac6fbd210610ee36c74a91e33c945d
RMD160: 9763c56f05b14ec4db975e0e042980b8bd86068d
Filesize: 20.628 KB
Version history: (Expand)
- (2013-03-31) Updated to version: p5-HTML-GenerateUtil-1.11
- (2013-03-09) Package has been reborn
- (2013-03-09) Package deleted from pkgsrc
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2010-12-01) Package has been reborn
CVS history: (Expand)
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) |  |
Log message:
HTML::GenerateUtil provides a number of functions that make generating
HTML output easier and faster. All written in XS for speed.
|