# Metadata
MANIFEST            This list of files
MANIFEST.SKIP       The opposite of this list of files

# Library
lib/Text/Lossy.pm   The main library file
Makefile.PL         The makefile

# Executables
script/text-lossy   A command-line text filter for lossy compression

# Documentation
Changes             The changelog
README.md           The github readme, in markdown
README              The exact same as "README", but for others
TODO                The list of proposed changes

# Tests
t/00-load.t
t/01-lower.t
t/02-whitespace.t
t/03-punctuation.t
t/04-alphabetize.t
t/boilerplate.t
t/manifest.t
t/pod-coverage.t
t/pod.t
META.yml                                 Module meta-data (added by MakeMaker)
