Yappo's Journal
http://use.perl.org/~Yappo/journal/
Yappo's use Perl Journalen-ususe Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.2012-01-25T02:40:02+00:00pudgepudge@perl.orgTechnologyhourly11970-01-01T00:00+00:00Yappo's Journalhttp://use.perl.org/images/topics/useperl.gif
http://use.perl.org/~Yappo/journal/
shipped Test::PPPort 0.03
http://use.perl.org/~Yappo/journal/39198?from=rss
supported for Test::More subtests<br>
Ovid++ <a href="http://use.perl.org/~Ovid/journal/39193">http://use.perl.org/~Ovid/journal/39193</a> <br>
dagolden++ <a href="http://echo.dagolden.com/~xdg/2009-06-30-test-builder-new.txt">http://echo.dagolden.com/~xdg/2009-06-30-test-builder-new.txt</a> <br>
charsbar++ <a href="http://d.hatena.ne.jp/charsbar/20090701/1246415840">http://d.hatena.ne.jp/charsbar/20090701/1246415840</a>Yappo2009-07-01T03:27:44+00:00journalHTTP::Engine is moved to GitHub
http://use.perl.org/~Yappo/journal/39000?from=rss
<p>I made the account with GitHub for httpengine.<br><a href="http://github.com/http-engine">http://github.com/http-engine</a></p><p>I worked httpengine's moved repository to GitHub.<br>A part of Collaborators could commit here directly.<br><a href="http://github.com/http-engine/HTTP-Engine">http://github.com/http-engine/HTTP-Engine</a></p><p>I go the following as work for the next version.</p><p>- base path ( $req->uri->base ) of application is made into a value common to all the Interfaces.<br>
Although it is of Catalyst origin, another value may come by CGI, ModPerl, and ServerSimple on the contrary now.</p>Yappo2009-05-19T08:00:33+00:00journalDist::Zilla meets Module::Setup
http://use.perl.org/~Yappo/journal/37725?from=rss
What can I do?Yappo2008-10-24T04:00:41+00:00journalName space ranking used well by CPAN module
http://use.perl.org/~Yappo/journal/37638?from=rss
<p><code>find ~/minicpan | grep tar.gz | rev | awk -F/ '{print $1}' | rev | awk -F- '{print $1}' | sort | uniq -c | sort -r<br></code><br>~/minicpan is carrying out mirroring by CPAN::Mini.<br>
</p><blockquote><div><p> 638 Net<br>
405 WWW<br>
370 Class<br>
362 Catalyst<br>
333 HTML<br>
332 Apache<br>
326 Text<br>
317 XML<br>
314 Data<br>
312 CGI<br>
305 POE<br>
260 Acme<br>
259 Test<br>
242 File<br>
238 Lingua<br>
235 DBIx<br>
200 Math<br>
199 Tie<br>
185 Template<br>
159 Devel<br>
158 Tk<br>
155 Kwiki<br>
151 Win32<br>
150 Bundle<br>
138 Crypt<br>
135 Games<br>
124 Business<br>
123 Module<br>
122 Mail<br>
116 WebService<br>
110 Geo<br>
108 HTTP<br>
101 Config<br>
100 IO</p></div></blockquote><p>more more list <a href="http://d.hatena.ne.jp/yappo/20081010/1223630386">http://d.hatena.ne.jp/yappo/20081010/1223630386</a></p>Yappo2008-10-10T09:41:08+00:00journalModule::Setup is so cute!
http://use.perl.org/~Yappo/journal/37585?from=rss
i released Module::Setup<a href="http://search.cpan.org/dist/Module-Setup/">http://search.cpan.org/dist/Module-Setup/</a>.
<br>
module creation can be started very easily.
<br>
You can start module creation very easily like Module::Starter.
<br>
There is affinity of SVN and Git and it can extend simply.Yappo2008-10-02T01:57:04+00:00journalI got the yapc.asia domain
http://use.perl.org/~Yappo/journal/36017?from=rss
<p>yapc.asia is so cool domain!</p><p><a href="http://yapc.asia/">http://yapc.asia/</a><br>redirect to <a href="http://conferences.yapcasia.org/ya2008/">http://conferences.yapcasia.org/ya2008/</a> now.</p><p>yeah!</p>Yappo2008-04-01T05:59:16+00:00yapcKwiki::Diff::Mutual
http://use.perl.org/~Yappo/journal/31649?from=rss
<p>I created Kwiki::Diff::Mutual.</p><p>Kwiki::Diff::Mutual is Strong diff is displayed.<br>Kwiki::Diff::Mutual is Diff is displayed between specific revisions.<br>Kwiki::Diff::Mutual is Diff in the line is displayed by using String::Diff.</p><p>example<br><a href="http://hatenawiki.blogdb.jp/?action=diff&page_name=HomePage&revision_id=2&current_revision_id=3">http://hatenawiki.blogdb.jp/?action=diff&page_name=HomePage&revision_id=2&curre<nobr>n<wbr></nobr> t_revision_id=3</a></p>Yappo2006-11-18T04:44:00+00:00journalString::Diff
http://use.perl.org/~Yappo/journal/31648?from=rss
<p>I created String::Diff.<br>String::Diff is line diff tool, very simple.</p><blockquote><div><p> <tt> # simple diff<br> my $diff = String::Diff::diff('this is Perl', 'this is Ruby');<br> print "$diff->[0]\n";# this is [Perl]<br> print "$diff->[1]\n";# this is {Ruby}</tt></p></div> </blockquote><blockquote><div><p> <tt> my $diff = String::Diff::diff('this is Perl', 'this is Ruby',{<br> remove_open => '<del>',<br> remove_close => '</del>',<br> append_open => '<ins>',<br> append_close => '</ins>',<br> });<br> print "$diff->[0]\n";# this is <del>Perl</del><br> print "$diff->[1]\n";# this is <ins>Ruby</ins></tt></p></div> </blockquote><p>Algorithm::Diff is used.<br>thank you.</p>Yappo2006-11-18T04:39:31+00:00journalGeo::Coordinates::Converter
http://use.perl.org/~Yappo/journal/31533?from=rss
<p>I released <a href="http://search.cpan.org/~yappo/Geo-Coordinates-Converter-0.02/">Geo::Coordinates::Converter 0.02</a>.<br>this distribution is framework of the geometric transformation.</p><p>It newly made it though the relapse discernment of the wheel because there was no thing mounted<br>in the form of the framework.</p><p>SYNOPSIS</p><blockquote><div><p> <tt> use strict;<br> use warnings;<br>
<br> use Geo::Coordinates::Converter;<br>
<br> my $geo = Geo::Coordinates::Converter->new( lat => '35.65580', lng => '139.65580', datum => 'wgs84' );<br> my $point = $geo->convert( dms => 'tokyo' );<br> print $point->lat;<br> print $point->lng;<br> print $point->datum;<br> print $point->format;<br>
<br> my $clone = $point->clone;<br> my $geo2 = Geo::Coordinates::Converter->new( point => $clone );<br> my $point2 = $geo->convert( degree => 'wgs84' );<br> print $point2->lat;<br> print $point2->lng;<br> print $point2->datum;<br> print $point2->format;</tt></p></div> </blockquote><p>Datum that is now commands a majority for the Japanese.<br>I am wishing that it also wants the people in other countries to use<br>this.<br>It is ready to add it to this as soon as the survey a land system in<br>other countries understands.</p><p>I want feedback if there is an opinion.</p><p>#Blog pet "Excite Honyaku" wrote this entry.</p>Yappo2006-11-07T12:20:32+00:00journalSoozy test code
http://use.perl.org/~Yappo/journal/31471?from=rss
<blockquote><div><p> <tt>use strict;<br>use warnings;<br>use lib 'lib';<br> <br>BEGIN {<br> $ENV{JITENSYA_ROOT} = '/home/soozy/jitensya';<br> $ENV{JITENSYA_DEBUG} = 1;<br> $ENV{JITENSYA_MODE} = 'dev';<br> <br> require Jitensya;<br>}<br> <br>local_request('/app/');<br> <br>sub local_request {<br> <br> require HTTP::Request::AsCGI;<br> <br> my $request = request( shift(@_) );<br> my $cgi = HTTP::Request::AsCGI->new( $request, %ENV )->setup;<br> <br> Jitensya->handle_request;<br> <br> return $cgi->restore->response;<br>}<br> <br>sub request {<br> my $request = shift;<br> <br> require HTTP::Request;<br> <br> unless ( ref $request ) {<br> if ( $request =~ m/^http/i ) {<br> $request = URI->new($request)->canonical;<br> }<br> else {<br> $request = URI->new( 'http://localhost' . $request )->canonical;<br> }<br> }<br> unless ( ref $request eq 'HTTP::Request' ) {<br> $request = HTTP::Request->new( 'GET', $request );<br> }<br> return $request;<br>}</tt></p></div> </blockquote><p>Catalyst inspired</p>Yappo2006-11-01T13:09:34+00:00journalHello! Hello!
http://use.perl.org/~Yappo/journal/31463?from=rss
<p>I started the english diary(blogging) in use Perl;</p><p>I am making the following module now in the development.</p><ul>
<li>Geo::Coordinates::Converter - geo coordinates are easily converted</li><li>Lingua::JA::Summarize::Extract - summary generator for Japanese</li><li>Geography::AddressExtract::Japan - address extraction from natural document for Japanese</li><li>Soozy - Sledge and Catalyst based web frame work module</li></ul><p>It works to up-load these to CPAN.
However, I do not think that it up-loads Soozy.</p><p>These get in the svn repository. </p><p>
<a href="http://svn.yappo.jp/repos/public/">http://svn.yappo.jp/repos/public/</a></p>Yappo2006-11-01T03:38:38+00:00journal