Skip to content

Commit

Permalink
NMIS9, v 9.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Josune Cordoba committed Mar 3, 2022
1 parent 92f0caa commit 8fbe113
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lib/Compat/NMIS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
package Compat::NMIS;
use strict;

our $VERSION = "9.3.0";
our $VERSION = "9.3.1";

use Time::ParseDate;
use Time::Local;
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# or directly via the object
package NMISNG;

our $VERSION = "9.3.0";
our $VERSION = "9.3.1";

use strict;
use Data::Dumper;
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/CSV.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#
# *****************************************************************************
package NMISNG::CSV;
our $VERSION = "9.3.0";
our $VERSION = "9.3.1";

use strict;
use Text::CSV;
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
package NMISNG::DB;
use strict;

our $VERSION = "9.3.0";
our $VERSION = "9.3.1";

use Data::Dumper;
use JSON::XS;
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/Event.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use Data::Dumper;
use Test::Deep::NoTest;
use Time::HiRes;

our $VERSION = "9.3.0";
our $VERSION = "9.3.1";

# Allow testing of proposed fix for Event Load():
# intent of t_event.pl and t_notify.pl tests shows "Node Up" and "Node Down" must include finding in "Event Previous"
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/ModelData.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
package NMISNG::ModelData;
use strict;

our $VERSION = "9.3.0";
our $VERSION = "9.3.1";

use Scalar::Util; # for weaken
use Data::Dumper;
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/NetworkStatus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# Allows reuse DB connection and nmisng
# Not the same purpose as nmisng
package NMISNG::NetworkStatus;
our $VERSION = "9.3.0";
our $VERSION = "9.3.1";

use strict;
use Data::Dumper;
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/Node.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# note: every node must have a UUID, this object will not divine one for you

package NMISNG::Node;
our $VERSION = "9.3.0";
our $VERSION = "9.3.1";

use strict;

Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/Outage.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#
package NMISNG::Outage;

our $VERSION = "9.3.0";
our $VERSION = "9.3.1";

use strict;
use UUID::Tiny (qw(:std));
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#
# Utility package for various reusable general-purpose functions
package NMISNG::Util;
our $VERSION = "9.3.0";
our $VERSION = "9.3.1";

use strict;
use feature 'state'; # loadconftable, uuid functions
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/rrdfunc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# *****************************************************************************
package NMISNG::rrdfunc;

our $VERSION = "9.3.0";
our $VERSION = "9.3.1";

use strict;
use feature 'state';
Expand Down

0 comments on commit 8fbe113

Please sign in to comment.