package Format::Sanitize 0.1;

use 5.008;
use strict;
use warnings;

use base('Format');
use Format::Sanitize::Number;
1