package Paper::Specs::Avery::5930; use strict; use base qw(Paper::Specs::base::label Paper::Specs::Avery); sub specs { return { code => '5930', description => 'Clear Mailing Labels', sheet_width => 8.5, sheet_height => 11, label_width => 2.75, label_height => 1, label_rows => 10, label_cols => 3, margin_left => 0.062, margin_top => 0.5, margin_right => 0.062, margin_bottom => 0.5, units => 'in', }; } 1;