File: RDF.pm

package info (click to toggle)
libowl-directsemantics-perl 0.001-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 664 kB
  • sloc: perl: 5,519; makefile: 7; sh: 1
file content (27 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (47)
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;