My first YAPC (Yet Another Perl Conference)

Last week, I went to Sofia, Bulgaria for attending YAPC::Europe, my first technical conference ever and it was next to awesome! I’m writing this blog post late, because I’ve been extremely busy with office work, house search etc. :(. Further in this post, I’ll describe each day of the conference! Oh and even before conference!…

GNOME’s OPW status update

Past weeks were quite smooth for me except a few last days, so here is the report: Accomplishments: This the list of the issues which I have done till now. Most of them are about writing a structured exception for an error, except some selected or better to say horrible ones :D, which I’ll discuss…

MooseX-Getopt-Usage tests failed

While I was running test-cases of Moose, I got the following errors for MooseX-Getopt-Usage module: Reason: I’m having two Perls installed on my system, one is /home/user/perl5/perlbrew/perls/perl-5.16.3/bin/perl and other is /usr/bin/perl. For fixing those errors, you can follow the following steps: $Β git clone git@github.com:markpitchless/moosex-getopt-usage.git $ cd moosex-getopt-usage/ $ wget https://rt.cpan.org/Ticket/Attachment/1212757/640452/mx-getopt-usage.diff $ git apply mx-getopt-usage.diff $…