Source: librose-object-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libclass-xsaccessor-perl, libtest-pod-perl, perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyżaniak (eloy) , Brian Cassidy , Jonathan Yu , gregor herrmann Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Rose-Class/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librose-object-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librose-object-perl.git Package: librose-object-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: libclass-xsaccessor-perl Description: simple Perl object base class Rose::Class is a generic base class for classes. It provides a single class method (error), but may be expanded further in the future. . A class that inherits from Rose::Class is not expected to allow objects of that class to be instantiated, since the namespace for class and object methods is shared. For example, it is common for Rose::Object-derived classes to have error methods, but this would conflict with the Rose::Class method of the same name.