Skip Menu |

This queue is for tickets about the Type-Tiny CPAN distribution.

Report information
The Basics
Id: 102864
Status: resolved
Priority: 0/
Queue: Type-Tiny

People
Owner: Nobody in particular
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: "used only once" warnings from test suite
Date: Wed, 18 Mar 2015 13:55:43 +0000
To: bug-Type-Tiny [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
Type-Tiny's t/30-integration/Moose/basic.t generates two "used only once" warnings, which annoyingly come out in a non-deterministic order. Attached patch muffles the warnings. -zefram

Message body is not shown because sender requested not to inline it.

yeah, I should fix this.
looks like i fixed this ages ago changeset: 1655:27fcee518403 user: Toby Inkster <mail@tobyinkster.co.uk> date: Thu Aug 28 09:22:17 2014 +0100 summary: get test suite passing on Moose 2.0007 diff -r 5dd81da0eb21 -r 27fcee518403 t/30-integration/Moose/basic.t --- a/t/30-integration/Moose/basic.t Wed Aug 27 20:18:30 2014 +0100 +++ b/t/30-integration/Moose/basic.t Thu Aug 28 09:22:17 2014 +0100 @@ -28,6 +28,7 @@ use strict; use warnings; +no warnings qw(once); use lib qw( ./lib ./t/lib ../inc ./inc ); use Test::More;