By Steven Lembark (‎Lembark‎) from stlouis.pm
Date: Wednesday, 23 June 2010 15:30
Duration: 20 minutes
Target audience: Any
Language: English

Untangling Classes With Exporter::Proxy


Breaking up large modules requires separating methods into usable namespaces and providing mnemonic names for the interfaces. Combining classes under a single namespace or starting a potentially large project also benefit from a simpler namespace framework.

Exporter proxy provides two tools for generating dispatchers and sharing variables export that allow simple separation and sharing.

This talk describes how the module works with examples of breaking up an oversize query class.

Attended by: