From: Yuval Kogman Date: Tue, 10 Jun 2008 14:21:36 +0000 (+0000) Subject: more explaining X-Git-Tag: 0.04~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=d25ab495e5ccf7e106f608bed786fdacc7b46917 more explaining --- diff --git a/lib/Squirrel.pm b/lib/Squirrel.pm index 039b7e4..de12906 100644 --- a/lib/Squirrel.pm +++ b/lib/Squirrel.pm @@ -65,7 +65,8 @@ When your own code doesn't actually care whether or not you use L or L you can use either, and let your users decide for you. This lets you run with minimal dependencies and have a faster startup, but if -L is already in use you get all the benefits of using that. +L is already in use you get all the benefits of using that +(transformability, introspection, more opportunities for code reuse, etc). =cut