The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package SVN::Dump::Change::Mkdir;
BEGIN {
  $SVN::Dump::Change::Mkdir::VERSION = '1.000';
}

use Moose;
extends 'SVN::Dump::Change';

has '+operation' => ( default => 'directory_creation' );

1;