package Format 0.1;

use 5.008;
use strict;
use warnings;

use base('Exporter');

use Format::Sanitize;
1