From: Karen Etheridge Date: Fri, 9 Aug 2013 17:38:59 +0000 (-0700) Subject: fix malformed pod in test X-Git-Tag: v0.40~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Storage.git;a=commitdiff_plain;h=719eb53ba7c5dd5b68737c3e341fd42c8055fa73 fix malformed pod in test --- diff --git a/t/004_w_cycles.t b/t/004_w_cycles.t index 9664cba..aa92ad7 100644 --- a/t/004_w_cycles.t +++ b/t/004_w_cycles.t @@ -9,15 +9,10 @@ BEGIN { use_ok('MooseX::Storage'); } -=pod - -This test demonstrates two things: - -- cycles will not work in the default engine -- you can use a special metaclass to tell - MooseX::Storage to skip an attribute - -=cut +# This test demonstrates two things: +# +# - cycles will not work in the default engine +# - you can use a special metaclass to tell MooseX::Storage to skip an attribute {