perl-Config-Tiny:ver bump
This commit is contained in:
@@ -1,19 +1,20 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>perl-Config-Tiny</Name>
|
<Name>perl-Config-Tiny</Name>
|
||||||
<Homepage>http://search.cpan.org/dist/Config-Tiny/</Homepage>
|
<Homepage>https://metacpan.org/release/Config-Tiny</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>Pisi Linux Admins</Name>
|
<Name>Pisi Linux Admins</Name>
|
||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
|
<PartOf>programming.language.perl</PartOf>
|
||||||
<License>Artistic</License>
|
<License>Artistic</License>
|
||||||
<License>GPLv2</License>
|
<License>GPLv2</License>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>A module for reading and writing .ini style files with as little code as possible</Summary>
|
<Summary>A module for reading and writing .ini style files with as little code as possible</Summary>
|
||||||
<Description>perl-Config-Tiny is a perl class to read and write .ini style configuration files with as little code as possible, reducing load time and memory overhead.</Description>
|
<Description>perl-Config-Tiny is a perl class to read and write .ini style configuration files with as little code as possible, reducing load time and memory overhead.</Description>
|
||||||
<Archive sha1sum="8fca9f846cd16cfd3f2a7e0599a9dc6df6f3a92f" type="targz">http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-2.23.tgz</Archive>
|
<Archive sha1sum="2eb0489d23257b714258dd08a08d769c16b765a4" type="targz">https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Config-Tiny-2.24.tgz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -21,17 +22,25 @@
|
|||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>perl-Config-Tiny</Name>
|
<Name>perl-Config-Tiny</Name>
|
||||||
|
<Summary>A module for reading and writing .ini style files with as little code as possible</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
<Path fileType="man">/usr/share/man</Path>
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2020-04-22</Date>
|
||||||
|
<Version>2.24</Version>
|
||||||
|
<Comment>Minor version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2020-04-09</Date>
|
<Date>2020-04-09</Date>
|
||||||
<Version>2.23</Version>
|
<Version>2.23</Version>
|
||||||
|
|||||||
@@ -3,5 +3,6 @@
|
|||||||
<Source>
|
<Source>
|
||||||
<Name>perl-Config-Tiny</Name>
|
<Name>perl-Config-Tiny</Name>
|
||||||
<Summary xml:lang="tr">Mümkün olan en küçük kod ile .ini şeklindeki dosyaları okumaya ve yazmaya yarayan bir modül</Summary>
|
<Summary xml:lang="tr">Mümkün olan en küçük kod ile .ini şeklindeki dosyaları okumaya ve yazmaya yarayan bir modül</Summary>
|
||||||
|
<Description xml:lang="tr">perl-Config-Tiny, mümkün olan en küçük kod ile .ini şeklindeki dosyaları okumaya ve yazmaya yarayan perl modülü sunar.</Description>
|
||||||
</Source>
|
</Source>
|
||||||
</PISI>
|
</PISI>
|
||||||
Reference in New Issue
Block a user