The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.