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