Skip to content

Commit

Permalink
Revert ill-advised renaming of META.yml to META.yaml. The world is no…
Browse files Browse the repository at this point in the history
…t ready to abandon 8.3 filenames yet
  • Loading branch information
turnstep committed Apr 4, 2023
1 parent 9bbee15 commit f21bcb4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ README
CONTRIBUTING.md
SIGNATURE
Pg.pm
META.yaml
META.yml
META.json
TODO
Makefile.PL
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions README.dev
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Makefile.PL - The main file that starts everything off. Used by ExtUtils::MakeMa

Makefile - Generated automatically by Makefile.PL. Not part of the distribution.

META.yaml - YAML description file. Updated by hand and contains a version number in three places.
META.yml - YAML description file. Updated by hand and contains a version number in three places.

META.json - JSON description file. Updated by hand and contains a version number in three places.

Expand Down Expand Up @@ -209,7 +209,7 @@ t/99_perlcritic.t - Uses Perl::Critic to check Pg.pm and all of the test files.
t/99_pod.t - Verifies the POD of Pg.pm. Requires Test::POD version 0.95, and
Test::Pod::Coverage 1.04.

t/99_yaml.t - Uses Test::YAML::Meta to verify the META.yaml file.
t/99_yaml.t - Uses Test::YAML::Meta to verify the META.yml file.

t/99_spellcheck.t - Checks the spelling of everything it can.

Expand Down Expand Up @@ -548,7 +548,7 @@ README (one place, two if a beta version)
Pg.pm (three places)
Changes
Makefile.PL
META.yaml (three places)
META.yml (three places)
META.json (three places)
lib/Bundle/DBD/Pg.pm

Expand Down Expand Up @@ -599,7 +599,7 @@ other sections referenced herein (indicated with **)
* Make sure everything is up to date in git (git status)

* Update the versions (see ** Version Numbers) in README, Pg.pm (3 places!), Makefile.PL,
lib/Bundle/DBD/Pg.pm, META.yaml and META.json (3 places each), and Changes. Run the t/00_release.t file
lib/Bundle/DBD/Pg.pm, META.yml and META.json (3 places each), and Changes. Run the t/00_release.t file
to double check you got everything.

* If a final version, put the release date into the Changes file.
Expand Down
4 changes: 2 additions & 2 deletions t/99_yaml.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!perl

## Test META.yaml for YAMLiciousness, requires Test::YAML::Meta
## Test META.yml for YAMLiciousness, requires Test::YAML::Meta

use 5.008001;
use strict;
Expand Down Expand Up @@ -30,5 +30,5 @@ elsif ($Test::YAML::Meta::VERSION < $V) {
}
}
else {
meta_spec_ok ('META.yaml', 1.4);
meta_spec_ok ('META.yml', 1.4);
}

0 comments on commit f21bcb4

Please sign in to comment.