[perl-gnome2-panelapplet] Deprecation release 0.04; project is now in 'deprecated' status



commit 059060790adbe7e2057df1c6cabbb66da31bfd27
Author: Brian Manning <bmanning src gnome org>
Date:   Tue Jan 5 21:41:55 2021 -0800

    Deprecation release 0.04; project is now in 'deprecated' status
    
    - See the README file for more information about the project's
      deprecation

 META.yml                  | 2 +-
 NEWS                      | 6 ++++++
 lib/Gnome2/PanelApplet.pm | 4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/META.yml b/META.yml
index 5b3d2c1..8d1fbd7 100644
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Gnome2-PanelApplet
-version:      0.03
+version:      0.04
 version_from: lib/Gnome2/PanelApplet.pm
 installdirs:  site
 requires:
diff --git a/NEWS b/NEWS
index dc96239..246d274 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in Gnome2::PanelApplet 0.04
+===============================================
+
+* Deprecation release; project is now in 'deprecated' status.  See the README
+  file for more information about the project's deprecation
+
 Overview of changes in Gnome2::PanelApplet 0.03
 ===============================================
 
diff --git a/lib/Gnome2/PanelApplet.pm b/lib/Gnome2/PanelApplet.pm
index 0f60347..3b26952 100644
--- a/lib/Gnome2/PanelApplet.pm
+++ b/lib/Gnome2/PanelApplet.pm
@@ -13,7 +13,7 @@ require DynaLoader;
 
 our @ISA = qw(DynaLoader);
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 sub import {
   my $self = shift();
@@ -47,7 +47,7 @@ __END__
 
 =head1 NAME
 
-Gnome2::PanelApplet - Perl interface to GNOME's applet library
+Gnome2::PanelApplet - (DEPRECATED) Perl interface to GNOME's applet library
 
 =head1 SYNOPSIS
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]