libtype-tiny-perl (1.000005-1~koha+1) unstable; urgency=medium * Backport for the Koha community repository -- Mirko Tietgen Wed, 16 May 2018 13:35:05 +0200 libtype-tiny-perl (1.000005-1) unstable; urgency=medium [ upstream ] New release. + Fix short-circuiting optimizations for parameterized HashRef, ArrayRef, ScalarRef, and Map type constraints. + Fix annoying warning message in test suite with recent versions of Exporter::Tiny. [ Jonas Smedegaard ] * Extend build-dependency on libobject-accessor-perl to fallback on older perl: Eases backporting. * Declare compliance with Debian Policy 3.9.6. -- Jonas Smedegaard Sun, 15 Feb 2015 16:06:50 +0100 libtype-tiny-perl (1.000004-1) unstable; urgency=medium [ upstream ] New release(s). + Fix for coercions to parameterized Dict including a mixture of inlineable and non-inlineable optional values. + Fix for Type::Registry::DWIM. + Fix issues with coercions and native attribute traits with some oldish versions of Moose on oldish versions of Perl. [ Jonas Smedegaard ] Update package relations: Recommend libtype-tiny-xs-perl. -- Jonas Smedegaard Fri, 12 Sep 2014 20:37:23 +0200 libtype-tiny-perl (1.000002-1) unstable; urgency=medium [ upstream ] New release(s). + Support for Type::Tiny::XS. + Test case improvements. + Saner implementations of slurpy and Optional within Tuples and Dicts. + More aggressive at freezing coercions. + Better behaviour of non-frozen coercions. (For example, they are no longer considered to be inlineable.) + Better integration between Type::Library and Type::Registry. [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend [ Jonas Smedegaard ] * Update copyright info: Add more testsuite authors. -- Jonas Smedegaard Tue, 26 Aug 2014 22:17:38 +0200 libtype-tiny-perl (0.044-1) unstable; urgency=medium [ upstream ] * New release. + Lots of bugfixes, tests, and documentation improvements. [ Jonas Smedegaard ] * Update copyright info: + Adjust comment for CONTRIBUTING Files section. + Extend packaging to cover recent year. + Bump (yes, not extend) coverage of convenience code copy of Try::Tiny. + Fix update coverage of testsuite. * Update watch file to include metacpan.org URL (replacing search.cpan.org URL), in addition to www.cpan.org URL. -- Jonas Smedegaard Mon, 09 Jun 2014 22:56:52 +0200 libtype-tiny-perl (0.042-2) unstable; urgency=medium * Update copyright info: + Fix cover CONTRIBUTING file. Thanks to Thorsten Alteholz. -- Jonas Smedegaard Fri, 30 May 2014 19:35:56 +0200 libtype-tiny-perl (0.042-1) unstable; urgency=medium [ Jonas Smedegaard ] * Bump standards-version to 3.9.5. * Update package relations: + Fix build-depend explicitly on perl. + (Build-)depend on libexporter-tiny-perl. + Build-depend on libtest-tester-perl. + Recommend libsub-name-perl. * Update copyright info: + Extend copyright coverage for main upstream author. + Add copyright coverage for testsuite contributors. + Drop copyright coverage for no longer included convenience code copies. -- Jonas Smedegaard Tue, 06 May 2014 04:14:49 +0200 libtype-tiny-perl (0.022-1) unstable; urgency=low [ upstream ] * New release. [ Jonas Smedegaard ] * Improve watch file to use both www.cpan.org/authors URL (for newest info) and search.cpan.org/dist URL (for change of author). * Suggest (not only build-depend on) libdevel-stacktrace-perl. * Recommend libdevel-lexalias-perl. * Enhance libtype-tie-perl and libreply-perl. -- Jonas Smedegaard Fri, 09 Aug 2013 23:05:00 +0200 libtype-tiny-perl (0.020-1) unstable; urgency=low [ upstream ] * New release. Highlights: + Support for Perl 5.6.x. -- Jonas Smedegaard Mon, 29 Jul 2013 14:48:53 +0200 libtype-tiny-perl (0.016-1) unstable; urgency=low [ upstream ] * New release. + Type::Utils::dwim_type() function. + Experimental support for Perl 5.6.x. [ Jonas Smedegaard ] * Switch to cpan.org/authors URL for watch file and get-orig-source target, and simplify watch file. -- Jonas Smedegaard Thu, 18 Jul 2013 18:42:02 +0200 libtype-tiny-perl (0.014-1) unstable; urgency=low [ upstream ] * New release. [ Jonas Smedegaard ] * Build-depend on libtest-fatal-perl: Needed for testsuite. -- Jonas Smedegaard Sun, 30 Jun 2013 16:39:19 +0200 libtype-tiny-perl (0.012-1) unstable; urgency=low [ upstream ] * New release. [ Jonas Smedegaard ] * Update package relations: + Fix tighten to build-depend versioned on libvalidation-class-perl: Newer version needed in testsuite since 0.005~05. + Fix build-depend on (recent perl or) recent libjson-pp-perl (not libjson-perl): Needed fot testsuite since 0.005~08. + Build-depend on libdevel-stacktrace-perl, libmoosex-types-perl and libmousex-types-perl (and mention in comment Sub::Exporter::Lexical and Function::Parameters not yet in Debian): Optionally needed for testsuite. * Update copyright file: Add Files sections for new authors of regression tests (no new licensing). * Install examples. -- Jonas Smedegaard Sun, 30 Jun 2013 16:26:36 +0200 libtype-tiny-perl (0.006-1) unstable; urgency=low [ upstream ] * New release. + String error messages replaced with exceptions. - Assertion exceptions have an ->explain method. + Bytes, Chars, Encode and Decode split from Types::Standard to Types::Encodings. [ Jonas Smedegaard ] * Update upstream source to use github. * Stop tracking md5sum of upstream tarball. * Extend copyright coverage for additional convenience code copies. -- Jonas Smedegaard Fri, 14 Jun 2013 21:08:14 +0200 libtype-tiny-perl (0.004-1) unstable; urgency=low [ upstream ] * New release. [ Jonas Smedegaard ] * Add Files section for differently owned upstream file (no new license). * Update package relations: + Build-depend on (recent perl or) recent libtest-simple-perl: Required by testsuite. + Tighten to build-depend versioned on libmoo-perl: Match version mentioned in Type::Tiny::Manual::UsingWithMoo. + Build-depend on libclass-insideout-perl and libvalidation-class-perl: Optionally used in testsuite. -- Jonas Smedegaard Mon, 06 May 2013 16:13:58 +0200 libtype-tiny-perl (0.002-1) unstable; urgency=low [ upstream ] * Initial stable release. + Chars and Bytes types added to Types::Standard. + Fix method conflicts when exporting type constraints to roles. + Prevent warnings (about 'my $val' masking a previously declared variable) when several Str checks are being inlined in close proximity, such as Tuple[Str,Str]. + Link from Test::TypeTiny to Test::Deep::Type. + Avoid unnecessarily regenerating parameterized type constraints. + Make Type::Tiny's has_coercion method more DWIM. -- Jonas Smedegaard Sun, 28 Apr 2013 18:38:22 +0200 libtype-tiny-perl (0.001-1) unstable; urgency=low [ upstream ] * Initial stable release. + More test cases for Optional[`a] within Dict[`a]. + Some inline code assumed that it would be compiled in a package that had 'blessed' imported. + Some inline code wasn't wrapped in parentheses. + Improve test names generated by Test::TypeTiny; allow test scripts to provide test names. + Parameterized type constraints in Types::Standard now do some sanity checking on their arguments. + Weaken the reference from a Moose::Meta::TypeConstraint object to its Type::Tiny origin. [ Jonas Smedegaard ] * Fix stop build-depend on libtest-simple-perl: Provided by perl. * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Stop track or support import of upstream development releases. -- Jonas Smedegaard Fri, 19 Apr 2013 11:40:51 +0200 libtype-tiny-perl (0.000~12-1) unstable; urgency=low [ upstream ] * New prerelease. + Fix incorrect Test::Requires line in 'mouse-coercion.t'. + Improvements to has_coercion_for_{type,value} from Type::Coercion. + Fix prototype for Type::Utils::as. + No longer need to pass '-moose' parameter when importing a library into a Moose class; only Mouse needs that treatment now. -- Jonas Smedegaard Fri, 12 Apr 2013 21:55:31 +0200 libtype-tiny-perl (0.000~09-1) unstable; urgency=low * Initial packaging release. Closes: bug#705006. -- Jonas Smedegaard Mon, 08 Apr 2013 22:01:21 +0200