File: RDF.pm

package info (click to toggle)
libhtml-html5-writer-perl 0.201-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 344 kB
  • ctags: 272
  • sloc: perl: 3,777; makefile: 14
file content (27 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#line 1
package Module::Package::Dist::RDF;

use 5.008003;
BEGIN {
	$Module::Package::Dist::RDF::AUTHORITY = 'cpan:TOBYINK';
	$Module::Package::Dist::RDF::VERSION   = '0.005';
}

package Module::Package::Dist::RDF::standard;

use 5.008003;
use strict;
use base qw[Module::Package::Dist];
BEGIN {
	$Module::Package::Dist::RDF::standard::AUTHORITY = 'cpan:TOBYINK';
	$Module::Package::Dist::RDF::standard::VERSION   = '0.005';
}

sub _main
{
	my ($self) = @_;
	$self->mi->trust_meta_yml;
#	$self->mi->auto_install;
}

1;