perl-Config-Tiny:ver bump
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
<?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>
|
||||
<Source>
|
||||
<Name>perl-Config-Tiny</Name>
|
||||
<Homepage>http://search.cpan.org/dist/Config-Tiny/</Homepage>
|
||||
<Homepage>https://metacpan.org/release/Config-Tiny</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>Artistic</License>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<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>
|
||||
<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>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -21,17 +22,25 @@
|
||||
|
||||
<Package>
|
||||
<Name>perl-Config-Tiny</Name>
|
||||
<Summary>A module for reading and writing .ini style files with as little code as possible</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2020-04-09</Date>
|
||||
<Version>2.23</Version>
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
<Source>
|
||||
<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>
|
||||
<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>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user