Do you have coverity scan of perl/Tk?
Show me

Did you ever looked into perl/Tk source tree?
Its a mess. First file that now I looked at, the file './VERSIONS' in perl/Tk-804.027 say
This is Tk402.001 The name by the way is Tcl/Tk's 4.2 with three digits for me to mess w +ith. I hope Sun don't get through more than 100 revisions so two sub-versio +n digits will be enough for them. I will subsume Sun's 'patch' stuff (e.g. '3' in 4.2p2) into my digits +as we have tended to be 'ahead' of them on some fixes and behind on others so we + don't map exactly at that level. For my digits I will use the 'even'=stable, 'odd'='experimental' scheme that linux uses: .0xx - inherently 'alpha' .1xx - experimental 'beta' .2xx - stable .3xx - experimental .4xx - stable
There are *many* such examples, just scratching the surface.

Do you think entire perl/Tk distribution is smooth and Coverity scan will be smooth??

About "perl/Tk language feels very perlish" - I agree.
Tcl::Tk supports perl/Tk syntax. So TIMTOWTDI is wider in Tcl::Tk, thus Tcl::Tk is even more perlish :):)


In reply to Re^3: Writing and maintaining Tk GUIs with ZooZ by vkon
in thread Writing and maintaining Tk GUIs with ZooZ by g0n

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.