Skip to content

Commit

Permalink
Changes to release 1.05
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnath committed Dec 11, 2018
1 parent 30af868 commit f2d1b31
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl Module Net::Netconf

1.05 2018-12-11 NETCONF Team <[email protected]>
* Minor fixes

1.04 2016-07-26 NETCONF Team <[email protected]>
* Updated LICENSE
* Corrected examples for Toggle field specification
Expand Down
4 changes: 3 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CHANGES
perl-Net-Netconf.spec
docker/Dockerfile
docker/README.md
examples/collect_show_interface.pl
examples/diagnose_bgp/bgp.xml
examples/diagnose_bgp/diagnose_bgp.pl
Expand All @@ -23,6 +24,7 @@ Makefile.PL
MANIFEST
META.json
META.yml
perl-Net-Netconf.spec
README
README.md
tests/unit/Test.t
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Juniper Networks, Inc"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.133380",
"generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921",
"license" : [
"apache_2_0"
],
Expand All @@ -27,5 +27,5 @@
"web" : "https://github.com/Juniper/netconf-perl"
}
},
"version" : "1.04"
"version" : "1.05"
}
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author:
- 'Juniper Networks, Inc'
build_requires: {}
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.133380'
generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921'
license: apache
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -16,4 +16,4 @@ no_index:
- inc
resources:
repository: https://github.com/Juniper/netconf-perl.git
version: 1.04
version: 1.05
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use ExtUtils::MakeMaker;

our $VERSION ='1.4.2';
our $VERSION ='1.05';
use 5.006;

sub MY::postamble { << 'END'; }
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Netconf.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Net::Netconf;
our $VERSION ='1.4.2';
our $VERSION ='1.05';

=head1 NAME
Net::Netconf : Netconf Perl Client
Expand Down
2 changes: 1 addition & 1 deletion perl-Net-Netconf.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: perl-Net-Netconf
Name: perl-Net-Netconf
Version: 1.4.2
Version: 1.05
Release: 1%{?dist}
License: Apache
Group: GRNOC
Expand Down

0 comments on commit f2d1b31

Please sign in to comment.