debian/0000755000000000000000000000000012210107253007157 5ustar debian/control0000644000000000000000000000253612210107202010562 0ustar Source: libscalar-does-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, debhelper, dh-buildinfo, libtype-tiny-perl, liburi-perl, liblexical-underscore-perl, perl (>= 5.16.1) | libscalar-list-utils-perl (>= 1:1.24), libnamespace-clean-perl (>= 0.19), libtest-nowarnings-perl, libtest-requires-perl, libmoose-perl, libio-all-perl, libpath-class-perl, libpath-tiny-perl, libmoosex-types-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libscalar-does-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libscalar-does-perl.git Homepage: https://metacpan.org/release/Scalar-Does Package: libscalar-does-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Provides: ${cdbs:Provides} Conflicts: ${cdbs:Conflicts} Replaces: ${cdbs:Replaces} Description: like ref() but useful Scalar::Does provides a "does()" built-in. . A check that "ref($thing) eq 'ARRAY'" doesn't allow you to accept an object that uses overloading to provide an array-like interface. . This package also includes IO::Detect, for detecting if a scalar is a filehandle (or something filehandle-like). debian/source/0000755000000000000000000000000012154671764010503 5ustar debian/source/format0000644000000000000000000000001412154671764011711 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000451112210107253011032 0ustar libscalar-does-perl (0.200-2) unstable; urgency=low * Favor recent perl over libscalar-list-utils-perl. -- Jonas Smedegaard Fri, 30 Aug 2013 14:22:40 +0200 libscalar-does-perl (0.200-1) unstable; urgency=low WAITS-FOR: libpath-tiny-perl # already in NEW [ upstream ] * New release. + Document relationship with Type::Tiny. + Skip tests involving given/when, smart match, and lexical $_ in Perl >= 5.17. + Deprecate Scalar::Does::MooseTypes. + Use Exporter::TypeTiny instead of Sub::Exporter. + Use Type::Tiny and Types::Standard to perform type checking for built-in Scalar::Does roles, and also Scalar::Does::MooseTypes roles. [ Jonas Smedegaard ] * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Use anonscm.debian.org URL for Vcs-Git. * Add git URL as alternate source. * Stop tracking md5sum of upstream tarball. * Update package relations: + (Build-)depend on libtype-tiny-perl (not libsub-exporter-perl). + Build-depend on libpath-tiny-perl and libmoosex-types-perl: Optionally used in testsuite. + Stop provide/conflict/replace libio-detect-perl: No longer in Debian. * Update Homepage to use metacpan.com, to match upstream hint. * Improve long description to elaborate on the functionality of included module IO::Detect. * Drop copyright file Files sections for no longer shipped convenience code copies. * Drop patch 1001: Build problem turned out to be (and fixed by now) in CDBS. [ gregor herrmann ] * Switch order of alternative build dependency. (Closes: #713121) -- Jonas Smedegaard Mon, 01 Jul 2013 15:50:40 +0200 libscalar-does-perl (0.102-3) unstable; urgency=low * Fix provide/conflict/replace libio-detect-perl (temporarily, until dropped from unstable). -- Jonas Smedegaard Tue, 12 Mar 2013 13:40:14 +0100 libscalar-does-perl (0.102-2) unstable; urgency=low * Fix add epoch to libscalar-list-utils-perl build-dependency, and favor recent perl. -- Jonas Smedegaard Mon, 11 Mar 2013 23:15:33 +0100 libscalar-does-perl (0.102-1) unstable; urgency=low * Initial packaging release. Closes: bug#702813. -- Jonas Smedegaard Mon, 11 Mar 2013 22:58:27 +0100 debian/README.source0000644000000000000000000000056312154671764011366 0ustar CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 debian/compat0000644000000000000000000000000212154671764010401 0ustar 8 debian/watch0000644000000000000000000000024012154671764010230 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Scalar-Does/ .*/Scalar-Does-([\d._]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000606212154673024012336 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: CREDITS IO-Detect-Changes.txt MANIFEST META.yml Makefile.PL NEWS SIGNATURE TODO debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/patches/1001_no_auto-install_deps.patch debian/patches/README debian/patches/series debian/source/format debian/watch inc/Module/AutoInstall.pm inc/Module/Install/AutoInstall.pm inc/Module/Install/AutoManifest.pm inc/Module/Install/Base.pm inc/Module/Install/Can.pm inc/Module/Install/Fetch.pm inc/Module/Install/Include.pm inc/Module/Install/Makefile.pm inc/Module/Install/TrustMetaYml.pm inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm inc/Module/Package/Dist/RDF.pm inc/YAML/Tiny.pm meta/doap.pret meta/makefile.pret t/iod-02filehandles.t Copyright: *No copyright* License: UNKNOWN FIXME Files: CONTRIBUTING README lib/IO/Detect.pm lib/Scalar/Does.pm lib/Scalar/Does/MooseTypes.pm t/01basic.t t/02does.t t/03moosey.t t/04cleanliness.t t/05custom.t t/06constants.t t/07makerole.t t/08mooselike.t t/09warnings.t t/10underscore.t t/11givenwhen.t t/iod-01basic.t t/iod-03filenames.t t/iod-04fileuris.t t/iod-05ducktype.t t/iod-11ioall.t t/iod-12pathclass.t t/iod-13pathtiny.t Copyright: 2012-2013, Toby Inkster 2013, Toby Inkster License: UNKNOWN FIXME Files: Changes inc/Module/Install/Package.pm inc/Module/Package.pm Copyright: 2011 2013 License: UNKNOWN FIXME Files: inc/Module/Install/Metadata.pm Copyright: License: Expat FIXME Files: debian/rules Copyright: 2013, Jonas Smedegaard License: GPL-3+ FIXME Files: LICENSE Copyright: 1989, Free Software Foundation, Inc 19xx name of author 19yy 2013, Toby Inkster HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES Holder Holder maintains some semblance of Holder may not be used to endorse or promote Holder to include your Holder" is whoever is named in the or s for Holder, but only to the Holder. A Package modified in such disclaimer" for the program, if holder saying it may be interest in the notices and associated disclaimers the software, and License: GPL-ever FIXME Files: COPYRIGHT Copyright: 2002, - 2012, Brian Ingerson, Audrey Tang and Adam Kennedy 2002-2004, Audrey Tang and Brian Ingerson 2003-2004, Audrey Tang 2006, - 2012, Adam Kennedy 2011. Ingy doet Net 2013, the holder(s) None This software is 2011-2012, by Toby Inkster This software is 2012-2013, by Toby Inkster This software is 2013, by Toby Inkster Unknown License: UNKNOWN FIXME Files: META.ttl Copyright: 2013." License: UNKNOWN FIXME Files: meta/changes.pret Copyright: 2013."^^Documentation; License: UNKNOWN FIXME Files: inc/Module/Install.pm Copyright: 2008, - 2012, Adam Kennedy License: UNKNOWN FIXME Files: t/iod-06asfh.t Copyright: 2013, Toby Inkster line") if License: UNKNOWN FIXME debian/copyright0000644000000000000000000000561012154673634011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Scalar::Does Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=Scalar-Does Source: http://search.cpan.org/dist/Scalar-Does/ git://github.com/tobyink/p5-scalar-does Files: * Copyright: 2012-2013, Toby Inkster License: Artistic or GPL-1+ Comment: License: . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. . Comment: . Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: inc/Module/AutoInstall.pm inc/Module/Install* Copyright: 2001-2006, Audrey Tang 2002-2004, Brian Ingerson 2006,2008-2012, Adam Kennedy License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install. Files: inc/Module/Package.pm inc/Module/Install/Package.pm Copyright: 2011, Ingy döt Net License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Package. Files: inc/Module/Install/AutoManifest.pm Copyright: 2008, Hans Dieter Pearcey License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install::AutoManifest. Files: inc/Module/Install/TrustMetaYml.pm Copyright: 2011-2012, Toby Inkster License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install::TrustMetaYml. Files: inc/Module/Package/Dist/RDF.pm Copyright: 2011, Toby Inkster License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Package::RDF. Files: inc/YAML/Tiny.pm Copyright: 2006-2012, Adam Kennedy License: Artistic or GPL-1+ Comment: Mangled convenience copy of YAML::Tiny. Files: debian/* Copyright: 2013, Jonas Smedegaard License: GPL-3+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-3+ 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 3, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014612154671764010623 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000317212210107073010242 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2013, Jonas Smedegaard # Description: Main Debian packaging script for Scalar::Does # # 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 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = Scalar-Does DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Scalar # Needed by upstream build process and (always) at runtime perl-deps = type-tiny uri lexical-underscore deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) deps +=, perl (>= 5.16.1) | libscalar-list-utils-perl (>= 1:1.24) deps +=, libnamespace-clean-perl (>= 0.19) # Needed by upstream testsuite perl-deps-test = test-nowarnings test-requires moose io-all perl-deps-test += path-class path-tiny moosex-types deps-test = $(patsubst %,$(comma) lib%-perl,$(perl-deps-test)) CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test) CDBS_DEPENDS_$(pkg) = $(deps) debian/control.in0000644000000000000000000000200712154673305011203 0ustar Source: libscalar-does-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libscalar-does-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libscalar-does-perl.git Homepage: https://metacpan.org/release/Scalar-Does Package: libscalar-does-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Provides: ${cdbs:Provides} Conflicts: ${cdbs:Conflicts} Replaces: ${cdbs:Replaces} Description: like ref() but useful Scalar::Does provides a "does()" built-in. . A check that "ref($thing) eq 'ARRAY'" doesn't allow you to accept an object that uses overloading to provide an array-like interface. . This package also includes IO::Detect, for detecting if a scalar is a filehandle (or something filehandle-like).