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

DMOSS::Attr - DMOSS attribute object

VERSION

version 0.01_2

SYNOPSIS

    use DMOSS::Attr;
     
    my $attr = DMOSS::Attr->new($file, $plugin, $name, $value);

DESCRIPTION

DMOSS attribute object.

FUNCTIONS

new

Create a new object to represent an attribute.

file

The DMOSS::File object to add the attribute.

plugin

The plugin module that added the attribute.

name

The name of the attribute.

value

The value of the attribute.

type

The type of reference of the value.

AUTHOR

Nuno Carvalho <smash@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Project Natura <natura@natura.di.uminho.pt>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.