racke / Template-Flute

Template::Flute - Modern designer-friendly HTML templating Engine
Other
11 stars 12 forks source link

Improve kwalitee #121

Open paultcochrane opened 9 years ago

paultcochrane commented 9 years ago

A set of changes to improve the distribution's kwalitee (http://cpants.cpanauthors.org/dist/Template-Flute).

racke commented 9 years ago

Actually I don't want to add dependencies for the filters added to Template::Flute. The prerequisites for the filters are in the documentation.

paultcochrane commented 9 years ago

So, should I simply remove those dependencies, update the branch, and git push --force ?

racke commented 9 years ago

Yes, please.

paultcochrane commented 9 years ago

Have updated the commits and git push --force updated the branch. The filter-related dependencies have been removed. I've left JSON in though, since it is also used in Template::Flute::Iterator::JSON. Hope that is the right thing to do.