
CSS::Adaptor - Arbitrarily map CSS property names for use in another context.

use CSS::Adaptor; ...

This class keeps track of how to transform a parameter property to a return value. It happens in the convert() method.

Only one constructor: new(). Called without options.
name() read-only. returns the name of the Adaptor. convert() read-only. returns the conversion of a passed in parameter.

Copyright (C) 2001-2002 Allen Day <allenday@ucla.edu>
Copyright (C) 2003 Cal Henderson <cal@iamcal.com>

CSS
perl(1).