#! /usr/bin/env perl

# PODNAME: chrome_policy
# ABSTRACT: Set Chrome policies

use v5.36;
use lib '/home/regular/IdeaProjects/Chrome-Policy/lib';
use Chrome::Policy::Chrome;

my $policy = Chrome::Policy::Chrome -> new;
# say $policy -> managed_policy_path;
$policy -> set_strict_policy;

__END__

=pod

=encoding UTF-8

=head1 NAME

chrome_policy - Set Chrome policies

=head1 VERSION

version 0.230350

sudo /home/regular/perl5/perlbrew/perls/perl-5.37.8/bin/perl -I /home/regular/perl5/perlbrew/perls/perl-5.37.8/bin/perl chrome_policy

=head1 AUTHOR

Elvin Aslanov <rwp.primary@gmail.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2023 by Elvin Aslanov.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut
