diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-06 13:49:07 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-06 13:49:07 +0000 |
commit | 7126b7b9531d4c1ca8ea04bdfc3b5bf1ab2ee346 (patch) | |
tree | 735a0a28a1f5baf22609255f4ef40a877b4976c4 /lib/MDV/Distribconf | |
parent | f22ec396cc832944a418ab0523a311e8b4b0eead (diff) | |
download | perl-MDV-Distribconf-7126b7b9531d4c1ca8ea04bdfc3b5bf1ab2ee346.tar perl-MDV-Distribconf-7126b7b9531d4c1ca8ea04bdfc3b5bf1ab2ee346.tar.gz perl-MDV-Distribconf-7126b7b9531d4c1ca8ea04bdfc3b5bf1ab2ee346.tar.bz2 perl-MDV-Distribconf-7126b7b9531d4c1ca8ea04bdfc3b5bf1ab2ee346.tar.xz perl-MDV-Distribconf-7126b7b9531d4c1ca8ea04bdfc3b5bf1ab2ee346.zip |
There was an undocumented method
Diffstat (limited to 'lib/MDV/Distribconf')
-rw-r--r-- | lib/MDV/Distribconf/Build.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/MDV/Distribconf/Build.pm b/lib/MDV/Distribconf/Build.pm index a5f5ffc..129c467 100644 --- a/lib/MDV/Distribconf/Build.pm +++ b/lib/MDV/Distribconf/Build.pm @@ -136,6 +136,8 @@ sub write_mediacfg { =item $distrib->write_version($version) +Write the VERSION file. Returns 0 on error, 1 on success. + =cut sub write_version { |