summaryrefslogtreecommitdiff
path: root/lib/Vyatta/ConfigOutput.pm
AgeCommit message (Collapse)Author
2009-03-23Remove #! /usr/bin/perlStephen Hemminger
The modules are not perl executables, they are modules. Fixes lintian warning
2009-02-04Vyatta::ConfigOutput - test for exists should not use definedStephen Hemminger
exists returns a boolean so no need to explicitly check for defined.
2009-01-26ConfigOutput: Fix perlcritic warningStephen Hemminger
Minor fix: Code before strictures are enabled at line 31, column 1. See page 429 of PBP. (Severity: 5)
2008-12-01"save" command broken - fix spelling error.Stig Thormodsrud
2008-11-21Convert VyattaConfig (et al) to Vyatta::ConfigStephen Hemminger
Use hierarchal directory structure