diff modules/stdlib/examples/has_ip_network.pp @ 424:4a2ee7e3b110

Update stdlib in case it fixed deprecation
author IBBoard <dev@ibboard.co.uk>
date Sun, 09 Oct 2022 10:34:32 +0100
parents c42fb28cff86
children
line wrap: on
line diff
--- a/modules/stdlib/examples/has_ip_network.pp	Sun Oct 09 10:34:07 2022 +0100
+++ b/modules/stdlib/examples/has_ip_network.pp	Sun Oct 09 10:34:32 2022 +0100
@@ -1,3 +1,3 @@
-include ::stdlib
+include stdlib
 info('has_ip_network(\'127.0.0.0\'):', has_ip_network('127.0.0.0'))
 info('has_ip_network(\'128.0.0.0\'):', has_ip_network('128.0.0.0'))