Archive for June, 2007

SVN access

Saturday, June 23rd, 2007

I’ve uploaded the vast majority of NetHorus in to SVN – you can access it at http://svn.nethorus.org/svn/.

Also, thanks to Matt S. Trout, I’m going to use DBIx::Class::InflateColumn::IP instead of faffing around with overriding store_column in DBIx::Class objects. Expect some development movement this week, as this is a troublesome area of development which I think I’ve just eased up…

Developing NetHorus

Tuesday, June 12th, 2007

NetHorus has been in development for just over a year now, and about ten months using Catalyst. I am continuing to work on it – but it’s a big task, one that isn’t terribly easy when trying to track down bugs and extend functionality.

To bring development out in the open, I need to copy everything in to some kind of version control system (see the previous blog entry) and write a robust test harness… which is already under way and has thrown up several edge-case bugs that need fixing.

Keep watching, I promise I’ll have some public viewable source soon!

Opening up development

Sunday, June 3rd, 2007

It’s about time I opened up development of NetHorus. One person’s perl coding skills aren’t developed without feedback.

I am looking at the most appropriate way to publish the source – it’s down to CVS or SVN. Expect some news in a week or so!