NAME

Devel::Ladybug::Serial - Auto incrementing integer primary key

DESCRIPTION

Extends Devel::Ladybug::Int.

SYNOPSIS

use Devel::Ladybug qw| :all |;

create "YourApp::Example" => {
  id => Devel::Ladybug::Serial->assert,

};

SEE ALSO

Devel::Ladybug::ID

This file is part of Devel::Ladybug.