package Paper::Specs::Avery::2163_1; use strict; use base qw(Paper::Specs::base::label Paper::Specs::Avery); sub specs { return { code => '2163_1', description => 'Mini-Sheets Mailing Labels', sheet_width => 4.25, sheet_height => 10, label_width => 4, label_height => 2, label_rows => 2, label_cols => 1, margin_left => 0.125, margin_top => 0.5, margin_right => 0.125, margin_bottom => 5.5, units => 'in', }; } 1;