1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-Super</Name>
- <Homepage>http://search.cpan.org/dist/SUPER/</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Artistic-2</License>
- <License>GPLv1</License>
- <IsA>library</IsA>
- <Summary>Control superclass method dispatch.</Summary>
- <Description>Control superclass method dispatch.</Description>
- <Archive sha1sum="b4eccae36828cf81f27e349c4528735d13804949" type="targz">http://www.cpan.org/authors/id/C/CH/CHROMATIC/SUPER-1.20141117.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-Sub-Identify</Dependency>
- <Dependency>perl-Module-Build</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>perl-Super</Name>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-Sub-Identify</Dependency>
- <Dependency>perl-Module-Build</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2017-01-24</Date>
- <Version>20141117</Version>
- <Comment>First release.</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|