libcgi-formbuilder-source-yaml-perl 1.0.8-2 source package in Ubuntu

Changelog

libcgi-formbuilder-source-yaml-perl (1.0.8-2) unstable; urgency=low

  [ Martín Ferrari ]
  * debian/rules: added create_packlist=0 option to inhibit creation of
    packlist.
  * debian/control: bumped standards-version.
  * debian/copyright: converted to UTF-8.

  [ Damyan Ivanov ]
  * Put me in Uploaders instead of Ernesto

libcgi-formbuilder-source-yaml-perl (1.0.8-1) unstable; urgency=low

  * Initial Release (Closes: #452037).

 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  10 Dec 2007 20:44:43 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Hardy
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Hardy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcgi-formbuilder-source-yaml-perl_1.0.8.orig.tar.gz 5.1 KiB 2e77da1b6485f1cd18ef66bda8264e7ace8be1b450944ccfd1f1ee367f40383c
libcgi-formbuilder-source-yaml-perl_1.0.8-2.diff.gz 2.1 KiB a710ee944ae5b8d05cad4a31a7700a0f767a6c8644ae476aa58fb004cc961efd
libcgi-formbuilder-source-yaml-perl_1.0.8-2.dsc 1.1 KiB f7e2969b2d0339087ac7177d1ebf431626b00bb90b53ccd94dc48eb2649b6036

View changes file

Binary packages built by this source

libcgi-formbuilder-source-yaml-perl: Initialize FormBuilder application from YAML file

 This Perl module reads a YAML file containing CGI::FormBuilder configuration
 options and returns a hash that can be directly fed into the application
 initialization method CGI::FormBuilder->new().
 .
 It uses YAML::Syck as YAML backend, allowing full data structure
 specification as well as code fragment specification. This is particularly
 useful if you need to define validation callbacks, as if often desired
 in CGI::FormBuilder applications.