Recovering a file in git

While working on Moose, I accidentally deleted the wrong file in git, though code in that file was very small & easy, so I rewrote it and added it to git. But if it would have been a bigger file, then it might not be easy for me to rewrite it, so recovering that file…

GNOME’s OPW status update (weeks 1,2 & 3)

Accomplishments: In the past three weeks, I worked on these issues. Almost all of the issues (except 4-5) belong to structured exceptions in Moose. Problems which I faced: MooseX::Role::WithOverloading is broken: I have used operator overloading in the Exception class. Accoring to this issue, I was supposed to use a Role, but I inherited Exception…