The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 3286 - 2011-06-30

  • Replace CSS::Simple CPAN module with a new CSS encapsulation module specific for inlining.
    • CSS::Inliner::Parser drops the Tie::IxHash in favor of a an array of hashes which lends itself very nicely to rules that are repeated - something that the previous version of the module could not handle properly due to the data structure.
    • Create tests through which to test out CSS::Inliner::Parser
    • Update MANIFEST with new module and associated tests
  • Update Inliner code to utilize new Parser submodule
    • Add test "basic-redeclare" to ensure that the repeated rule bug is solved

Modules

Library for converting CSS <style> blocks to inline styles.
Interface through which to read/write CSS files while respecting the cascade order