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

Various fixes and cleanups #19

Merged
merged 4 commits into from
Feb 10, 2017
Merged

Commits on Feb 10, 2017

  1. Provide META.json file in distribution:

    The following plugin adds the META.json file. This is considered
    the more modern META data format.
    xsawyerx committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    9dfb87c View commit details
    Browse the repository at this point in the history
  2. Add provides metadata:

    The following plugin will add the provides metadata to the
    distribution, which is considered a best practice.
    xsawyerx committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    9a3af0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa5d480 View commit details
    Browse the repository at this point in the history
  4. Cleanup: Remove useless comment:

    This, I assume, meant to be a shebang, but missing the bang. It's
    also useless because perl is called explicitly on tests, as well
    as none of the other tests havin a shebang.
    xsawyerx committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    04782d2 View commit details
    Browse the repository at this point in the history