debian/0000775000000000000000000000000011526630274007176 5ustar debian/source/0000775000000000000000000000000011522740541010471 5ustar debian/source/format0000664000000000000000000000001411522740541011677 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000003611522740554010254 0ustar #!/usr/bin/make -f %: dh $@ debian/compat0000664000000000000000000000000211522740542010370 0ustar 7 debian/copyright0000664000000000000000000000211211525145434011123 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Tommy Butler Source: http://search.cpan.org/dist/Class-OOorNO/ Name: Class-OOorNO Files: * Copyright: Tommy Butler License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, TANIGUCHI Takaki License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/changelog0000664000000000000000000000025011526630045011041 0ustar libclass-ooorno-perl (0.011-1) unstable; urgency=low * Initial Release. (Closes: #612858) -- TANIGUCHI Takaki Wed, 16 Feb 2011 11:02:04 +0900 debian/libclass-ooorno-perl.docs0000664000000000000000000000000711522740542014106 0ustar README debian/watch0000664000000000000000000000016511522740542010225 0ustar version=3 http://search.cpan.org/dist/Class-OOorNO/ .*/Class-OOorNO-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000664000000000000000000000253111526627424010605 0ustar Source: libclass-ooorno-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: TANIGUCHI Takaki Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Class-OOorNO/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-ooorno-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-ooorno-perl/ Package: libclass-ooorno-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Give your module classic AND OO interfaces Class::OOorNO helps your module handle the input for its subroutines whether called in object-oriented style (as object methods or class methods with the arrow syntax "->"), or in functional programming style (as subroutines imported to the caller's namespace via Exporter). . The bulk of this module comprises a lightweight, pure-Perl emulation of the Devel::Caller library's "called_as_method()" routine which is written in C. . Devel::Caller dives deep into the internals of the Perl interpreter (see perlguts) to trace stack frames and can get the input for any call in the stack. It's really handy for Devel::opment and debugging. . This module is much more lightweight and focuses more on your module's Class:: methods themselves.