Source: libclass-std-fast-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libclass-std-perl, perl, libtest-pod-perl,
 libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Class-Std-Fast/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-std-fast-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-std-fast-perl/

Package: libclass-std-fast-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libclass-std-perl
Description: faster but less secure replacement for Class::Std
 Class::Std::Fast allows you to use the beautiful API of Class::Std in a
 faster way than Class::Std does.
 .
 You can get the object's ident via scalarifiyng your object.
 .
 Getting the objects ident is still possible via the ident method, but it's
 faster to scalarify your object.
