--- /dev/null
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info@ipfire.org> #
+###############################################################################
+
+name = perl-Role-Tiny
+version = 2.002004
+release = 1
+thisapp = Role-Tiny-%{version}
+arch = noarch
+
+groups = Development/Libraries
+url = http://search.cpan.org/dist/Moo/
+license = GPL+ or Artistic
+summary = Role::Tiny is a minimalist role composition tool.
+
+description
+ Role composition can be thought of as much more clever and meaningful
+ multiple inheritance.
+end
+
+source_dl = https://cpan.metacpan.org/authors/id/H/HA/HAARG/
+
+build
+ requires
+ perl(B)
+ perl(ExtUtils::MakeMaker)
+ perl(Test::More)
+ end
+
+ build
+ perl Makefile.PL INSTALLDIRS=vendor
+ make %{PARALLELISMFLAGS}
+ end
+
+ test
+ make test
+ end
+end
+
+packages
+ package %{name}
+ requires
+ perl(:MODULE_COMPAT_%{perl_version})
+ end
+ end
+end