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

OP::Serial - Auto incrementing integer primary key

DESCRIPTION

Extends OP::Int.

SYNOPSIS

  use OP;

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

  };

SEE ALSO

OP::ID

This file is part of OP.