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

NAME

Acme::AirRead - accessor for reading air.

SYNOPSIS

  use Acme::AirRead;

  write_air(
      air     => 'cant read air',
      declair => 'cant read near air',
      kuki    => 'can read',
  );

  $air     = read_air('air');     # undef
  $declair = read_air('declair'); # undef
  $kuki    = read_air('kuki');    # can read

DESCRIPTION

Acme::AirRead is accessor for reading air.

If you set key like 'air' and any value, this value will be not set and can't read.

detail is reading air.

AUTHOR

Koji Takiguchi <kojiel {at} gmail.com>

SEE ALSO

Class::Accessor::Lite

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.