-
Recent Posts
- How to script git with perl and Git::Wrapper
- Are you ready for CPAN Testers 2.0?
- If Perl were smarter about references
- Thoughts on Perl 6 hype and backlash
- Creating new distributions with Dist::Zilla
- Parallel map with Parallel::Iterator
- perlprogramming.org looking for a nice home
- My OSCON talks are online
- Perl 5.13.3 is released
- How to join the CPAN Testers 2.0 Public Beta
- My life as mini-pumpking, week 2
- Downloading RT patches from the command line
- Capture-Tiny 0.08
- File-chdir on Perl 5.13.1
- Torture testing CPAN::Meta
Recent Comments
- Stanley Hopcroft: Perhaps a reasonable basis for the comparison of ’5 and 6, is that of another pair of numbers...
- Ryan: The one problem I found with dzil’s minting capabilities is that if you change your preferred dist.ini...
- Aristotle Pagaltzis: What happens if $obj->foo returns multiple values? What will push foo(), @bar, @baz do if foo...
- marc chantreux: @mirod: really: i use it daily !
- marc chantreux: hello, Even i’m boring about writing/reading the @{ } stuff, i have to say i really appreciate...
Shared Items
- No More Excuses
- CPAN Testers email submission interface going away September 1st
- A Matrix Worthy of Perl 6
- Why so puzzled?
- Sebastian Riedel (sri): Perl is ready for HTML5
- Jesse Thompson (zjt): Perl 12
- chromatic: A Checklist for Writing Maintainable Perl
- Curtis Jewell: Strawberry Perl Professional Alpha 2 is now out...
- For speakers at Perl conferences...
- Salve J. Nilsen (sjn): Moving Perl up the value chain
My best stuff
Other blogs
Planets
Things I follow
Categories
Archives
September 2010 M T W T F S S « Aug 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 -
RSS Links
Module::Build repository migrated to git
I have completed a migration of the Module::Build repository from Subversion to git.
The new repository is available publicly on github.com:
I have done my best to clean up the merge/branch/tag history, but have not bothered to clean up empty commits left over from the original cvs2svn conversion. If anyone sees any glaring errors please let me know.
I hope this migration makes it easy for people to contribute to Module-Build. I was pleasantly surprised to find that within 12 hours of it being publishing on github, it's already being watched by several people.
At the very least, it will make working on feature branches much easier to manage, which will make it easier to experiment with new ideas without affecting the main line of development.
If anyone would like to start applying patches from the Module::Build bug queue, or creating patches for other open tickets, that would be huge help.
I will be "closing out" the old Subversion repository with a pointer to the new location shortly.