diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-19 11:01:20 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-19 11:02:24 +0200 |
commit | b14fcaa019d965199da79ef2d24c1686e5d2ba2f (patch) | |
tree | 7b60ce302a7e6ec1a1462777f0ef9cd9af6eb7f7 | |
parent | 0aca427eb12e9695c3c692292c8237940c018d14 (diff) | |
download | rpmtools-b14fcaa019d965199da79ef2d24c1686e5d2ba2f.tar rpmtools-b14fcaa019d965199da79ef2d24c1686e5d2ba2f.tar.gz rpmtools-b14fcaa019d965199da79ef2d24c1686e5d2ba2f.tar.bz2 rpmtools-b14fcaa019d965199da79ef2d24c1686e5d2ba2f.tar.xz rpmtools-b14fcaa019d965199da79ef2d24c1686e5d2ba2f.zip |
status is stable
-rwxr-xr-x | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 53228b7..d007c70 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -78,6 +78,7 @@ WriteMakefile( web => 'http://gitweb.mageia.org/software/rpm/rpmtools/', }, }, + release_status => 'stable', } ) : () ), ); |