The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Padre::Swarm::Identity - represent a unique identity in the swarm

SYNOPSIS

  my $id = $message->identity;
  printf(
      '%s @[%s] using resource %s on service %s',
      $id->nickname,
      $id->transport,
      $id->resource,
      $id->service,
  );
  my $swarm_id = $id->canonical;

DESCRIPTION

Attempt to make anything and everything addressable. More work needed.