/usr/local/CPAN/Paper-Specs/Paper/Specs/standard/4a0.pm


package Paper::Specs::standard::4a0;
use strict;
use base qw(Paper::Specs::base::sheet);

sub specs {

    {
            sheet_width  => 1682,
            sheet_height => 2378,
            units  => 'mm',
            source => 'ISO 216',
    }

}

1;