Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fcm make: build: flexible checksum method #205

Merged

Conversation

matthewrmshin
Copy link
Member

MD5 or one of SHA algorithms in Digest::SHA.

@matthewrmshin matthewrmshin self-assigned this Oct 6, 2015
@matthewrmshin matthewrmshin added this to the soon milestone Oct 6, 2015
@matthewrmshin matthewrmshin force-pushed the fcm-make-flexible-checksum-method branch from f78cad3 to c047d1e Compare October 7, 2015 09:00
MD5 or one of SHA algorithms in Digest::SHA.
@matthewrmshin
Copy link
Member Author

@benfitzpatrick please review.

@@ -695,7 +711,7 @@ Returns a file handle for loading contents from $path.

=item $u->file_md5($path)

Returns the MD5 checksum of $path.
Deprecated. Equivalent to $u->file_checksum($path, 'md5').
Copy link
Contributor

Choose a reason for hiding this comment

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

Why deprecate it? Why not delete it?

Copy link
Member Author

Choose a reason for hiding this comment

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

Just in case something else like GEN is still using this library.

@benfitzpatrick
Copy link
Contributor

OK, looks fine. Running the test-battery...

benfitzpatrick added a commit that referenced this pull request Oct 12, 2015
…-method

fcm make: build: flexible checksum method
@benfitzpatrick benfitzpatrick merged commit 47bfbb3 into metomi:master Oct 12, 2015
@matthewrmshin matthewrmshin deleted the fcm-make-flexible-checksum-method branch October 12, 2015 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants