csjewell.comyr.com
- Website: csjewell.comyr.com/
Recent Actions
-
Commented on Converting to Dist::Zilla
I don't like having dzil change my files as much as it does, either, which means I don't use any pod-changing plugins. The whole 'cleanup POD' section is something I would ignore....
-
Commented on Crypt-SSLeay 0.58
I'll probably keep in touch, as this module is installed in Strawberry Perl, and I'll notice (and hear about) bugs in the building/using of it on Windows. Thanks for letting us know, and thanks again for releasing a version that...
-
Commented on Let's add Git userdiff defaults for Perl and Perl 6
I would add 'has' and all the method modifiers (around, before, after, override, etc...) from Moose....
-
Commented on Temp Directory "Bug"
What it should do in -T mode, IMO, is to check %TEMP% against a logical regex for Windows filenames (there's none in Regex::Common except for file: URI's, or I'd recommend that), capture if that regex works, and then check for...
-
Commented on YAPC::EU::2010
I take it that means you aren't going to the one in Asheville?...
-
Commented on Currying
Strawberry, or ActiveState? And if Strawberry, which version, and what were you trying to install, so I can check it out?...
-
Commented on HTML::FormHandler, KiokuDB, and Continuity
I'm surprised you didn't find HTML::FormHandler::Model::DBIC (or did you and it didn't do what you wanted it to do?) to go with your use of HTML::FormHandler......
-
Commented on Installing Deviant OpenSSL XS Modules
Or... maybe implement a +LIBS="" option for prepending, so as to not break previously established expectations....
-
Commented on Installing Deviant OpenSSL XS Modules
Hmmm... mention this article to mst and see if he's willing to change the EU::MM behavior to prepending the command line arguments to the WriteMakefile arguments? Then o conf makepl_arg "LIBS="..." INC="..."" would work fine in cpan, as long as...
-
Commented on Just say "no"
I take it this is your mini-PBP? Everything you mention is in there - except the last one. And I'm not sure that one isn't! [Well, they recommend "use English" instead of using the lesser-known variables, but at least the...
Comment Threads
-
cog commented on
YAPC::EU::2010
I don't know about YAPC::NA yet, but I'm already making plans to attend YAPC::EU next year.
-
Gerda Shank commented on
HTML::FormHandler, KiokuDB, and Continuity
http://github.com/rafl/html-formhandler-reflector might be useful for reflecting KiokuDB objects.
-
moritz commented on
Let's add Git userdiff defaults for Perl and Perl 6
For Perl 6, instead of just 'sub', it's probably good to use
multi|sub|submethod|method|macro
Not sure if it's also a good idea to include BEGIN|END|INIT|CHECK etc., probably not.
-
Mr. Muskrat commented on
Temp Directory "Bug"
Ticket 60406 opened:
-
brian d foy commented on
Let's add Git userdiff defaults for Perl and Perl 6
This is over a decade later, but git now has this in core with many more patterns. See userdiff.c (which you already linked to). You still have to associate the file endings with a the
perl
driver as you show.There's a big caveat: the pattern only matches against lines that aren't shown in the hunk. For example, if you change the first line after
sub foo
, thesub foo {
line shows up as part of the hunk context and is not searched for the pattern. This threw me for a bit, but I guess it makes sense when. you can see the subroutine in the …
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.