Source: libreadonly-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Rene Mayorga <rmayorga@debian.org>,
 gregor herrmann <gregoa@debian.org>,
 Fabrizio Regalli <fabreg@fabreg.it>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Readonly/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libreadonly-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libreadonly-perl/

Package: libreadonly-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: facility for creating read-only scalars, arrays and hashes 
 Readonly is a facility for creating non-modifiable variables. 
 This is useful for configuration files, headers, etc. 
 It can also be useful as a development and debugging tool, for catching 
 updates to variables that should not be changed.
