diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2019-02-16 20:20:54 -0500 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2019-02-19 20:37:43 -0500 |
| commit | 221a20d9395b84eeb1f0d384c69c80b5d4e7cdb6 (patch) | |
| tree | 1aa34ed4b301cee4b19654c2528e620b0d6e7ecd /FS/bin/freeside-setup | |
| parent | b94ea68360bdd274467fb974de5b6d644ac07762 (diff) | |
RT# 81961 Repair broken links in POD documentation
- Update many links
- chmod a+x scripts in FS/bin, so Pod::Simple::HTMLBatch will
parse them for POD documentation
Diffstat (limited to 'FS/bin/freeside-setup')
| -rwxr-xr-x | FS/bin/freeside-setup | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index a6908e172..d6e191f3b 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -1,5 +1,11 @@ #!/usr/bin/perl -w +=head1 NAME + +freeside-setup + +=cut + #to delay loading dbdef until we're ready BEGIN { $FS::Schema::setup_hack = 1; } |
