NAME

Daje::Tools::Filechanged

SYNOPSIS

use Daje::Tools::Filechanged;

my $changes = Daje::Tools::Filechanged->new(

)->is_file_changed(

    $file_path_name, $old_hash
):

DESCRIPTION

Daje::Tools::Filechanged - It's new $module

Daje::Tools::Filechanged is a tool to check if two hashes are equal

REQUIRES

Mojo::File

Digest::SHA

Mojo::Base

METHODS

my $changed = $self->is_file_changed($file_path_name, $old_hash);

Is the hashes different ?

AUTHOR

janeskil1525 janeskil1525@gmail.com

LICENSE

Copyright (C) janeskil1525.

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