#!/usr/bin/perl package Blondie::Backend::Prim; use base qw/Blondie::Map Blondie::Node::Atomic/; use strict; use warnings; __PACKAGE__; __END__ =pod =head1 NAME Blondie::Backend::Prim - =head1 SYNOPSIS use Blondie::Backend::Prim; =head1 DESCRIPTION =cut