Skip to content

Commit

Permalink
Removed unused module File::Type
Browse files Browse the repository at this point in the history
  • Loading branch information
dinesh-it committed Dec 4, 2016
1 parent c1c9b90 commit 1bda6c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file added WWW-Google-Drive-0.05.tar.gz
Binary file not shown.
5 changes: 2 additions & 3 deletions lib/WWW/Google/Drive.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ use Config::JSON;

use Sysadm::Install qw( slurp );
use File::Basename;
use File::Type;
use File::MimeInfo;

our $VERSION = "0.04";
our $VERSION = "0.05";

=head1 NAME
Expand Down Expand Up @@ -780,7 +779,7 @@ Params : $local_file_path
Returns : mime type of the given file
Desc : Find the MimeType of a file using File::Type
Desc : Find the MimeType of a file using File::MimeInfo
Usage :
Expand Down

2 comments on commit 1bda6c5

@edcarlosm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Boa tarde tem algum arquivo de instalação?

@dinesh-it
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can install the module via cpanm
cpanm WWW::Google::Drive - Refer https://metacpan.org/pod/WWW::Google::Drive

Please sign in to comment.