From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 1 Sep 2006 03:28:01 +0400 From: Alexey Tourbin To: devel@lists.altlinux.org Message-ID: <20060831232801.GE11420@localhost.localdomain> Mail-Followup-To: devel@lists.altlinux.org References: <20060830104153.41DF4B0D9A@basalt.office.altlinux.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="keyOwv2R5UpfANsk" Content-Disposition: inline In-Reply-To: <20060830104153.41DF4B0D9A@basalt.office.altlinux.org> Subject: Re: [devel] perl-Class-Autouse-1.20-alt1: rebuild failed X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.7 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2006 23:27:58 -0000 Archived-At: List-Archive: List-Post: --keyOwv2R5UpfANsk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 30, 2006 at 02:41:53PM +0400, QA Team Robot wrote: > Package: perl-Class-Autouse-1.20-alt1 > Packager: Vitaly Lipatov > PERL_DL_NONLAZY=3D1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_ha= rness(0, 'inc', 'blib/lib', 'blib/arch')" t/00_compile.t t/01_main.t t/02_p= arent.t t/03_prefork.t t/04_recursive.t t/99_pod.t > t/00_compile......ok > t/01_main......... (in cleanup) This is an expected error at modules/I.pm= line 5. >=20 > # Failed test 'Bad existant ->can throws the expected error' > # in t/01_main.t at line 134. > # ' (in cleanup) This is an expected error at modules/I= .pm line 5. > # Compilation failed in require at /usr/src/RPM/BUILD/Class-Autouse-1.20/= blib/lib/Class/Autouse.pm line 380. > # at /usr/src/RPM/BUILD/Class-Autouse-1.20/blib/lib/Class/Autouse.pm lin= e 333 > # eval {...} called at /usr/src/RPM/BUILD/Class-Autouse-1.20/blib/lib/Cl= ass/Autouse.pm line 333 > # Class::Autouse::_can('I', 'foo') called at t/01_main.t line 132 > # eval {...} called at t/01_main.t line 131 > # ' > # doesn't match '(?-xism:^This is an expected error)' > # Looks like you failed 1 test of 26. > dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED test 25 --- Class-Autouse-1.20/t/01_main.t- 2005-08-18 05:29:44 +0400 +++ Class-Autouse-1.20/t/01_main.t 2006-09-01 03:24:39 +0400 @@ -131,5 +131,5 @@ $coderef =3D 'foobar'; eval { $coderef =3D I->can('foo'); }; -like( $@, qr/^This is an expected error/, 'Bad existant ->can throws the e= xpected error' ); +like( $@, qr/This is an expected error/, 'Bad existant ->can throws the ex= pected error' ); is( $coderef, 'foobar', 'Assigned value from autoloading= ->can remains unchanged' ); --keyOwv2R5UpfANsk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFE93CAfBKgtDjnu0YRAm6nAJ9qZtDhsA57ffmL3iE1YgRH3i1bxgCgqi96 YJ6oIG/WgKcxhGfM42wT+1c= =mgH9 -----END PGP SIGNATURE----- --keyOwv2R5UpfANsk--