<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>476097</id>
      <name>Tk::Sugar</name>
      <created_at>2009-11-15T10:39:28Z</created_at>
      <updated_at>2009-11-15T10:40:37Z</updated_at>
      <description>Tk is a great graphical toolkit to write desktop applications. However, one can get bothered with the constant typing of quotes and options. Tk::Sugar provides handy subs for common options used when programming Tk.

Benefits are obvious:

* Reduced typing.
* More compact statements.
* No string worries.

Example:
    use Tk::Sugar qw{ :pack :state };

    $widget-&gt;pack( top, xfill2, pad10 );
    # equivalent to those pack options:
    #     -side   =&gt; 'top'
    #     -expand =&gt; 1
    #     -fill   =&gt; 'both'
    #     -padx   =&gt; 10
    #     -pady   =&gt; 10

    $widget-&gt;configure( enabled );
    # equivalent to: -state =&gt; 'enabled'</description>
      <homepage_url>http://search.cpan.org/dist/Tk-Sugar/</homepage_url>
      <download_url>http://search.cpan.org/dist/Tk-Sugar/</download_url>
      <url_name>tk-sugar</url_name>
      <user_count>0</user_count>
      <average_rating></average_rating>
      <rating_count>0</rating_count>
      <analysis_id>760229</analysis_id>
      <analysis>
        <id>760229</id>
        <project_id>476097</project_id>
        <updated_at>2009-11-19T18:28:02Z</updated_at>
        <logged_at>2009-11-19T18:28:00Z</logged_at>
        <min_month>2009-11-01T00:00:00Z</min_month>
        <max_month>2009-11-01T00:00:00Z</max_month>
        <twelve_month_contributor_count>1</twelve_month_contributor_count>
        <total_code_lines>69</total_code_lines>
        <main_language_id>8</main_language_id>
        <main_language_name>Perl</main_language_name>
      </analysis>
      <licenses>
        <license>
          <name>artistic_gpl</name>
          <nice_name>Artistic License/GPL</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
