Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 111898
Status: resolved
Priority: 0/
Queue: Moose

People
Owner: Nobody in particular
Requestors: vkatsikaros [...] gmail.com
Cc:
AdminCc:

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



Subject: Trivial: missing t/ file
Date: Tue, 9 Feb 2016 18:28:48 +0200
To: bug-Moose [...] rt.cpan.org
From: Vangelis Katsikaros <vkatsikaros [...] gmail.com>
Hi In Moose::Cookbook::Basics::BinaryTree_AttributeFeatures (Moose-2.0604) it says: <quote> As with all the other recipes, BinaryTree can be used just like any other Perl 5 class. A more detailed example of its usage can be found in t/recipes/moose_cookbook_basics_recipe3.t. </quote> I couldn't find the file with either: (master)$ find . -iname "*moose_cookbook_basics_recipe*" (master)$ git log --diff-filter=D --summary | grep delete | grep 'moose_cookbook_basics_recipe' Regards Vangelis
On 2016-02-09 08:29:00, vkatsikaros@gmail.com wrote: Show quoted text
> Hi > > In Moose::Cookbook::Basics::BinaryTree_AttributeFeatures (Moose- > 2.0604) it says: > > <quote> > As with all the other recipes, BinaryTree can be used just like any > other Perl 5 > class. A more detailed example of its usage can be found in > t/recipes/moose_cookbook_basics_recipe3.t. > </quote> > > I couldn't find the file with either: > (master)$ find . -iname "*moose_cookbook_basics_recipe*" > (master)$ git log --diff-filter=D --summary | grep delete | grep > 'moose_cookbook_basics_recipe'
Apologies, a few years ago lib/Moose/Cookbook/Basics/Recipe3.pod was renamed to lib/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod which also moved the generated recipe test. You'll find the test now in t/recipes/basics_binarytree_attributefeatures.t (you need to run 'make' first for it to appear); I'll update the pod. I'll update the other filename references that have also become broken as well. Thanks for this report! I'll make a new release sometime in the next week.