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

Installation fixes #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 7, 2013

  1. Update Manifest

    Currently the distribution is uninstallable because lib/Config/TOML/Parser.pm
    was not listed in the manifest. This commit updates the manifest to include
    this file and the other unlisted tests.
    
    This commmit also renames ignore.txt to MANIFEST.SKIP and adds .gitignore
    and .git/* to it to satisfy t/manifest.t.
    ispedals committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    688877d View commit details
    Browse the repository at this point in the history
  2. Make t/pod-coverage.t an author test

    This test is currently failing on lib/Config/TOML/Parser.pm and preventing installation.
    ispedals committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    71ee709 View commit details
    Browse the repository at this point in the history
  3. Improve Build.pl

    This commit fixes the declared license to be the Artistic License 2.0
    as stated in the readme and in lib/Config/TOML.pm.
    It also adds a link to the Github repository.
    ispedals committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    355ba82 View commit details
    Browse the repository at this point in the history