Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[module-management] purge trailing whitespace
  • Loading branch information
Paul Cochrane committed Mar 7, 2015
1 parent ad4dce0 commit 27fa3dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions categories/module-management/Fletcher.pl
Expand Up @@ -2,17 +2,17 @@

# A sketch program to compute unique file names for Perl modules based
# on the Fletcher-16 hash.
#
#
# Author: Daniel Carrera
# License: Public Domain
#
#
# Example: Foo::Bar-auth:92de-ver:1.2.0--0
#
#
# Explanation:
# The module name (Foo::Bar) is URL-encoded. After that, we add all
# metadata sorted by key. Version numbers are left intact. Other
# metadata is hashed with Fletcher-16.
#
#
# Lastly, a counter is added at the end. If two different modules
# get the exact same name (extremely unlikely) we use a counter to
# distinguish them.
Expand Down

0 comments on commit 27fa3dc

Please sign in to comment.