Files
main/programming/language/perl/perl-Moo/pspec.xml
T
2026-04-08 15:01:01 +03:00

79 lines
3.2 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Moo</Name>
<Homepage>https://metacpan.org/release/Moo</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Perlv5</License>
<IsA>library</IsA>
<Summary>Moo - Minimalist Object Orientation (with Moose compatibility)</Summary>
<Description>perl-Moo is an extremely light-weight Object Orientation system. It allows one to concisely define objects and roles with a convenient syntax that avoids the details of Perl's object system. Moo contains a subset of Moose and is optimised for rapid startup.</Description>
<Archive sha1sum="7de067c51a601018fae1cadcb8c632abf287b2ef" type="targz">https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-2.004000.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Role-Tiny</Dependency>
<Dependency>perl-Sub-Quote</Dependency>
<Dependency>perl-Module-Runtime</Dependency>
<Dependency>perl-Class-Method-Modifiers</Dependency>
<!-- test dependencies -->
<Dependency>perl-Test-Fatal</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Moo</Name>
<Summary>Moo - Minimalist Object Orientation (with Moose compatibility)</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Role-Tiny</Dependency>
<Dependency>perl-Sub-Quote</Dependency>
<Dependency>perl-Import-Into</Dependency>
<Dependency>perl-Module-Runtime</Dependency>
<Dependency>perl-Class-Method-Modifiers</Dependency>
<Dependency>perl-Devel-GlobalDestruction</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/perl5</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2026-04-08</Date>
<Version>2.004000</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2025-07-08</Date>
<Version>2.004000</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2024-05-16</Date>
<Version>2.004000</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-09-23</Date>
<Version>2.004000</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>