add some perl package

This commit is contained in:
burakerturk
2015-07-16 02:38:36 +03:00
parent a3320c1bbe
commit 72afa0ce95
102 changed files with 5234 additions and 4 deletions
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-HTML-Form</Name>
<Summary xml:lang="en">HTML::Form - Class that represents an HTML form element</Summary>
<Description xml:lang="en">Objects of the HTML::Form class represents a single HTML &lt;form> ... &lt;/form> instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be asked to provide HTTP::Request objects that can be passed to the request() method of LWP::UserAgent.</Description>
</Source>
</PISI>