git-refresh
At @taustation, we use a tool called git-refresh and for months have had a perfectly clean git history. Because I'm sick of this … [messy subway map] — (((CurtisOvidPoe))) (@OvidPerl) August 4, 2017 git-refresh From comments in the above: # Regardless of the branch you are on, this code: # – stashes changes (if any) […]
Read Full Post | Make a Comment ( Comments Off on git-refresh )Better SQL tracing with DBIx::Class
Better SQL tracing with DBIx::Class I’ve been trying to track down some SQL issues with Tau Station and to be honest, I’ve never been terribly happy with the output from the DBIx::Class DBIC_TRACE or the DBI DBI_TRACE. So I have something better.
Read Full Post | Make a Comment ( Comments Off on Better SQL tracing with DBIx::Class )Using the Perl debugger with DBIx::Class
Using the Perl debugger with DBIx::Class Today’s debugger hack will make using the debugger with DBIx::Class much easier.
Read Full Post | Make a Comment ( Comments Off on Using the Perl debugger with DBIx::Class )git stashed
git stashed Typically, git stash just shows you the items in your stash. Now, git stashed shows you how long ago items were stashed
Read Full Post | Make a Comment ( Comments Off on git stashed )Making git bisect more useful
Making git bisect more useful If you’ve ever used git bisect, you know what an incredibly useful tool this is. It allows you to do a binary search through commits to find out which commit caused a particular error. Many people seem unaware of git bisect run … which automates this even further, but it […]
Read Full Post | Make a Comment ( Comments Off on Making git bisect more useful )A Simple dist.ini for Dist::Zilla
A Simple dist.ini for Dist::Zilla The following dist.ini is designed to match my workflow, but also to make it easy for contributors to participate, thus mitigating one of the strongest complaints people have about Dist::Zilla. It’s also rather git/github centric.
Read Full Post | Make a Comment ( Comments Off on A Simple dist.ini for Dist::Zilla )How to use the debugger with Moose
How to use the debugger with Moose By Ovid 2013-10-25 I use the Perl debugger quite a bit. I also write a lot of Moose code and that’s when I invariably hit code you get when you use Moose and it makes debugging much harder than it needs to be.
Read Full Post | Make a Comment ( Comments Off on How to use the debugger with Moose )Working with Test::Class Test Suites (Test::Class V)
2009-03-20 by Ovid Series links: Organizing Test Suites with Test::Class Reusing Test Code with Test::Class Making Your Testing Life Easier Using Test Control Methods with Test::Class Working with Test::Class Test Suites
Read Full Post | Make a Comment ( None so far )Using Test Control Methods with Test::Class (Test::Class IV)
2009-03-17 by Ovid Series links: Organizing Test Suites with Test::Class Reusing Test Code with Test::Class Making Your Testing Life Easier Using Test Control Methods with Test::Class Working with Test::Class Test Suites
Read Full Post | Make a Comment ( None so far )Making Your Testing Life Easier (Test::Class III)
2009-03-12 by Ovid Series links: Organizing Test Suites with Test::Class Reusing Test Code with Test::Class Making Your Testing Life Easier Using Test Control Methods with Test::Class Working with Test::Class Test Suites
Read Full Post | Make a Comment ( None so far )« Previous Entries