�&ǐk�@'bJ�h�ۊL'}T� :��'2�Z#$��n�a��� �>a��`��_3d�Qpt�/�P -��#5�,�M��� �pA:©�q�����NW��ډ�A���� �9nʺج���� �TSM��{J6?7��r�@�\����D��� �׶���s�f�TJj?"��D��`?��̒� b�#�%�C*v�$�{�$����5Ծ�F�s��y�e/8��h-�f�̰&(����Gj�L:U� 2�� ����v�_k����Y��gp,�k�WF�R������_C�R��N@���R�@�ߔ?A�w9���F("iNa-S���Q�o�3tDMLh*�#4k�T/iQ��Y*�G��m����)��8�hBm/�I�,g�ﯖ���Z��}�Cz�q@´��d.����L�ŕ�,��1�Z�܌�: ̪���F+J-'��c�tvJ8��]Q-��b��y �6;*J`r_�d ��'�G ~p��)'�C,�%F��E(��2�k�����lР�z�!�=t ��_�0��f7��� ;�p�|�U �%script(@ARGV) unless caller(); sub script { my ( $class, @args ) = @_; require Getopt::Long; my ($opt_help); Getopt::Long::GetOptionsFromArray( \@args, 'help' => \$opt_help, ) and ( !@args ) or do { _print_usage(); exit 1; }; if ($opt_help) { _print_usage(); exit 0; } run(); exit 0; } sub run { no warnings 'once'; local $Cpanel::App::appname = 'whostmgrd'; local $Cpanel::appname = 'whostmgrd'; my $cache_keys = Whostmgr::Templates::Chrome::Resellers::process_all_resellers(); my $lock = _get_cache_key_lock(); $lock->set_data($cache_keys); $lock->save_or_die(); return; } sub _get_cache_key_lock { my $cache_key_file = Whostmgr::Templates::Chrome::Directory::get_header_cache_directory() . '/cache_keys.json'; return Cpanel::Transaction::File::JSON->new( path => $cache_key_file ); } sub _print_usage { print <