aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Fennec-Lite
Commit message (Collapse)AuthorAgeFilesLines
* - Fix typos in COMMENTCarlo Strub2012-08-021-1/+1
| | | | | | | | - Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no A/An, etc.) Notes: svn path=/head/; revision=301858
* Fennec does a ton, but it may be hard to adopt it all at once. It alsoJun Kuriyama2010-11-234-0/+36
is a large project, and has not yet been fully split into component projects. Fennec::Lite takes a minimalist approach to do for Fennec what Mouse does for Moose. Fennec::Lite is a single module file with no non-core dependencies. It can easily be used by any project, either directly, or by copying it into your project. The file itself is less than 300 lines of code at the time of this writing, that includes whitespace. WWW: http://search.cpan.org/dist/Fennec-Lite/ Notes: svn path=/head/; revision=264958