summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2009-05-31fix truncation of parsed config to '0'Tzafrir Cohen
In some cases after a reload the parsed configuration would have been reduced to a mere '0'. Aparantly again because a reference was treated as a scalar.
2009-05-27Make non-script files non-executableTzafrir Cohen
2009-05-25A few more minor documentation updatesTzafrir Cohen
2009-05-25fix assign_append of multi-line valueTzafrir Cohen
The output of _format_convert() was used in a scalar context in _do_append. This caused arrays or hashes (after being successfully dereferenced) to be listed simply as the number of items.
2009-05-24POD fixes and TODOsTzafrir Cohen
2009-05-24Importing Asterisk::config 0.96 from tarballTzafrir Cohen