summaryrefslogtreecommitdiff
blob: 228c58c1d263e004a081d70df1da7d9e2401f666 (plain)
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
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>perl@gentoo.org</email>
		<name>Gentoo Perl Project</name>
	</maintainer>
	<maintainer type="person">
		<email>kentfredric@gmail.com</email>
		<name>Kent Fredric</name>
	</maintainer>
	<use>
		<flag name="strict">Install packages that can make Moose stricter</flag>
		<flag name="traits">Install packages that facilitate working with
			Moose Roles/Types</flag>
		<flag name="instancetype">Install packages that provide Instance types
			for Moose.</flag>
		<flag name="declare">Install packages that provide Devel::Declare based
			declarative syntax.</flag>
		<flag name="types">Install various Moose Type extensions</flag>
		<flag name="cli">Install Moose libraries that assist with Command Line
			Integration</flag>
		<flag name="logging">Install Moose logging libraries</flag>
		<flag name="async">Install libraries for working with Moose
			Asynchronously</flag>
		<flag name="utilroles">Install various utility roles for Moose</flag>
		<flag name="other">Install other tools that are helpful with working
			with Moose</flag>
		<flag name="utils">Install utilities for working with Moose</flag>
	</use>
	<upstream>
		<remote-id type="cpan">Task-Moose</remote-id>
		<remote-id type="cpan-module">Task::Moose</remote-id>
	</upstream>
</pkgmetadata>