1
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved definitions to POD sections More... over 15 years ago
Added minimalistic database schema More... over 15 years ago
Files resulted from a compilation are now being excluded when creating the Zip archive More... over 15 years ago
Unneeded tests More... over 15 years ago
Added some tests More... over 15 years ago
Will be using Gearman for processing background jobs More... over 15 years ago
No clue why I had quoted these... More... over 15 years ago
Added description to Zip archive comment More... over 15 years ago
First attempt at fetching modules from subversion, both dev (from trunk) and tagged versions. If a repository hosts more modules then this can be configured by setting trunk, tags and tagsFilter. More... over 15 years ago
Module name check now converts the string to lowercase for better matching More... over 15 years ago
Added a couple of attributes for Maximus::Class::Module::Source::SCM::Subversion More... over 15 years ago
Added some documentation More... over 15 years ago
Renamed Module property name to desc as the specification dictates More... over 15 years ago
Using Carp::confess() now instead of regulare die() as it gives more meaningful messages More... over 15 years ago
Generated Zip archives now contain a comment More... over 15 years ago
Now also compressing .c, .h, .cpp and .cxx files More... over 15 years ago
Maximus::Class::Module::Source::Archive can now prepare a given archive to be packed. More... over 15 years ago
Maximus::Role::Module::Source archive() method can now generate a ZIP archive if the directory structure with the source files validated More... over 15 years ago
Archive::Builder makes things too complex so decided to use Archive::Zip in combination with File::Copy::Recursive for easy file and folder copying/moving More... over 15 years ago
Changed validated attribute to read/write and fixed setting validated property More... over 15 years ago
Basic implementation of Maximus::Class::Module::Source::Archive prepare() method More... over 15 years ago
Maximus::Role::Module::Source will be responsible for creating the archive More... over 15 years ago
Maximus::Role::Module::Source validate() method didn't make use of the tmpDir attribute More... over 15 years ago
Added attribute validated to mark if the contents of the temp directory are valid or not More... over 15 years ago
Removed getTmpDir() method and substituted it for an attribute so the temp directory is always available More... over 15 years ago
More Moose optimalization More... over 15 years ago
Changed Maximus::Class::Module::Source::Base into a Moose::Role More... over 15 years ago
Attribute for file location in Maximus::Class::Module::Source::Archive More... over 15 years ago
Basic module validation in place More... over 15 years ago
Reformatted code More... over 15 years ago