package Printer::Device::PerRequest;

use strict;
use warnings FATAL => 'all';
use base 'Apache::Singleton::Request';

1;
