NAME

App::Tangerine::Metadata - A structure to hold the discovered metadata

SYNOPSIS

use App::Tangerine::Metadata;
my $md = App::Tangerine::Metadata->new(
  name => 'Foo',
  file => 'bar.pl',
  type => 'c',
  line => 42,
  version => undef,
);

DESCRIPTION

This module is meant for the internal use in App::Tangerine.

SEE ALSO

App::Tangerine, Tangerine

AUTHOR

Petr Šabata <contyk@redhat.com>

COPYRIGHT AND LICENSE

Copyright (c) 2014-2015 Petr Šabata

See LICENSE for licensing details.