Skip Menu |

This queue is for tickets about the Hash-Merge CPAN distribution.

Report information
The Basics
Id: 20761
Status: resolved
Priority: 0/
Queue: Hash-Merge

People
Owner: Nobody in particular
Requestors: adamk [...] cpan.org
Cc:
AdminCc:

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



Subject: Noisy and spurious warnings in tests
I'm seeing the following installing on Perl 5.8.8 on Win32 Checking if your kit is complete... Looks good Writing Makefile for Hash::Merge cp Merge.pm blib\lib\Hash\Merge.pm C:\strawberry-perl\dmake\bin\dmake.EXE -- OK Running make test C:\strawberry-perl\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harne s(0, 'blib\lib', 'blib\arch')" t/*.t t/merge....Using a hash as a reference is deprecated at t/merge.t line 31. Using a hash as a reference is deprecated at t/merge.t line 32. Using a hash as a reference is deprecated at t/merge.t line 33. Using a hash as a reference is deprecated at t/merge.t line 34. Using a hash as a reference is deprecated at t/merge.t line 35. Using a hash as a reference is deprecated at t/merge.t line 36. Using a hash as a reference is deprecated at t/merge.t line 37. Using a hash as a reference is deprecated at t/merge.t line 38. Using a hash as a reference is deprecated at t/merge.t line 39. Using a hash as a reference is deprecated at t/merge.t line 45. Using a hash as a reference is deprecated at t/merge.t line 46. Using a hash as a reference is deprecated at t/merge.t line 47. Using a hash as a reference is deprecated at t/merge.t line 48. Using a hash as a reference is deprecated at t/merge.t line 49. Using a hash as a reference is deprecated at t/merge.t line 50. Using a hash as a reference is deprecated at t/merge.t line 51. Using a hash as a reference is deprecated at t/merge.t line 52. Using a hash as a reference is deprecated at t/merge.t line 53. Using a hash as a reference is deprecated at t/merge.t line 58. Using a hash as a reference is deprecated at t/merge.t line 59. Using a hash as a reference is deprecated at t/merge.t line 60. Using a hash as a reference is deprecated at t/merge.t line 61. Using a hash as a reference is deprecated at t/merge.t line 62. Using a hash as a reference is deprecated at t/merge.t line 63. Using a hash as a reference is deprecated at t/merge.t line 64. Using a hash as a reference is deprecated at t/merge.t line 65. Using a hash as a reference is deprecated at t/merge.t line 66. Using a hash as a reference is deprecated at t/merge.t line 71. Using a hash as a reference is deprecated at t/merge.t line 72. Using a hash as a reference is deprecated at t/merge.t line 73. Using a hash as a reference is deprecated at t/merge.t line 74. Using a hash as a reference is deprecated at t/merge.t line 75. Using a hash as a reference is deprecated at t/merge.t line 76. Using a hash as a reference is deprecated at t/merge.t line 78. Using a hash as a reference is deprecated at t/merge.t line 80. Using a hash as a reference is deprecated at t/merge.t line 82. Using a hash as a reference is deprecated at t/merge.t line 101. Using a hash as a reference is deprecated at t/merge.t line 102. Using a hash as a reference is deprecated at t/merge.t line 103. Using a hash as a reference is deprecated at t/merge.t line 104. Using a hash as a reference is deprecated at t/merge.t line 105. Using a hash as a reference is deprecated at t/merge.t line 106. Using a hash as a reference is deprecated at t/merge.t line 107. Using a hash as a reference is deprecated at t/merge.t line 108. Using a hash as a reference is deprecated at t/merge.t line 109. t/merge....ok All tests successful. Files=1, Tests=45, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)
Easily fixed by changing the test file (from %hash->{} to $hash{}) to remove depreciation. Fixed in version 0.08. On Sun Jul 30 08:25:14 2006, ADAMK wrote: Show quoted text
> I'm seeing the following installing on Perl 5.8.8 on Win32 > > Checking if your kit is complete... > Looks good > Writing Makefile for Hash::Merge > cp Merge.pm blib\lib\Hash\Merge.pm > C:\strawberry-perl\dmake\bin\dmake.EXE -- OK > Running make test > C:\strawberry-perl\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" > "test_harne > s(0, 'blib\lib', 'blib\arch')" t/*.t > t/merge....Using a hash as a reference is deprecated at t/merge.t line 31. > Using a hash as a reference is deprecated at t/merge.t line 32. > Using a hash as a reference is deprecated at t/merge.t line 33. > Using a hash as a reference is deprecated at t/merge.t line 34. > Using a hash as a reference is deprecated at t/merge.t line 35. > Using a hash as a reference is deprecated at t/merge.t line 36. > Using a hash as a reference is deprecated at t/merge.t line 37. > Using a hash as a reference is deprecated at t/merge.t line 38. > Using a hash as a reference is deprecated at t/merge.t line 39. > Using a hash as a reference is deprecated at t/merge.t line 45. > Using a hash as a reference is deprecated at t/merge.t line 46. > Using a hash as a reference is deprecated at t/merge.t line 47. > Using a hash as a reference is deprecated at t/merge.t line 48. > Using a hash as a reference is deprecated at t/merge.t line 49. > Using a hash as a reference is deprecated at t/merge.t line 50. > Using a hash as a reference is deprecated at t/merge.t line 51. > Using a hash as a reference is deprecated at t/merge.t line 52. > Using a hash as a reference is deprecated at t/merge.t line 53. > Using a hash as a reference is deprecated at t/merge.t line 58. > Using a hash as a reference is deprecated at t/merge.t line 59. > Using a hash as a reference is deprecated at t/merge.t line 60. > Using a hash as a reference is deprecated at t/merge.t line 61. > Using a hash as a reference is deprecated at t/merge.t line 62. > Using a hash as a reference is deprecated at t/merge.t line 63. > Using a hash as a reference is deprecated at t/merge.t line 64. > Using a hash as a reference is deprecated at t/merge.t line 65. > Using a hash as a reference is deprecated at t/merge.t line 66. > Using a hash as a reference is deprecated at t/merge.t line 71. > Using a hash as a reference is deprecated at t/merge.t line 72. > Using a hash as a reference is deprecated at t/merge.t line 73. > Using a hash as a reference is deprecated at t/merge.t line 74. > Using a hash as a reference is deprecated at t/merge.t line 75. > Using a hash as a reference is deprecated at t/merge.t line 76. > Using a hash as a reference is deprecated at t/merge.t line 78. > Using a hash as a reference is deprecated at t/merge.t line 80. > Using a hash as a reference is deprecated at t/merge.t line 82. > Using a hash as a reference is deprecated at t/merge.t line 101. > Using a hash as a reference is deprecated at t/merge.t line 102. > Using a hash as a reference is deprecated at t/merge.t line 103. > Using a hash as a reference is deprecated at t/merge.t line 104. > Using a hash as a reference is deprecated at t/merge.t line 105. > Using a hash as a reference is deprecated at t/merge.t line 106. > Using a hash as a reference is deprecated at t/merge.t line 107. > Using a hash as a reference is deprecated at t/merge.t line 108. > Using a hash as a reference is deprecated at t/merge.t line 109. > t/merge....ok > All tests successful. > Files=1, Tests=45, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)