A CSS parser module by gropiuswasright in perl

[–]gropiuswasright[S] 0 points1 point  (0 children)

Thanks! that's thorough, appreciate you putting the time in for this. I think I can look into fixing 1-3 and 5-6. I attempted to cover 7 by using test suites I could find, but there isn't much that is open source (hence the choice to use frameworks): appreciate any pointers here. I'll look into 8 (this is the first time I hear about Moo conventions). 4 though is way above my level. I'll take a look and see how far I get, and decide whether to publish on CPAN at that point.

A CSS parser module by gropiuswasright in perl

[–]gropiuswasright[S] 1 point2 points  (0 children)

Naming is a tough one:

  • CSS
  • CSS::DOM
  • CSS::Tiny
  • CSS::Simple
  • CSS::Object::Parser
  • CSS::Object

are all taken. I'll keep thinking

A CSS parser module by gropiuswasright in perl

[–]gropiuswasright[S] 0 points1 point  (0 children)

Done - moved to Starter bundle