summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 688a711..16e0d2c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,7 +26,7 @@ my %WriteMakefileArgs = (
"Moo" => 0,
"Net::DBus" => 0,
"Net::DBus::Exporter" => 0,
- "Net::DBus::Object" => 0,
+ "Net::DBus::ProxyObject" => 0,
"Net::DBus::Reactor" => 0,
"Try::Tiny" => 0,
"curry" => 0,
@@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
"IPC::Open3" => 0,
"Test::More" => 0
},
- "VERSION" => "1.0.2",
+ "VERSION" => "1.0.5",
"test" => {
"TESTS" => "t/*.t"
}
@@ -58,7 +58,7 @@ my %FallbackPrereqs = (
"Moo" => 0,
"Net::DBus" => 0,
"Net::DBus::Exporter" => 0,
- "Net::DBus::Object" => 0,
+ "Net::DBus::ProxyObject" => 0,
"Net::DBus::Reactor" => 0,
"Test::More" => 0,
"Try::Tiny" => 0,