Skip to content

Commit

Permalink
Preparing second trial after a broken MANIFEST on the first one
Browse files Browse the repository at this point in the history
  • Loading branch information
andk committed Jan 16, 2017
1 parent 4328171 commit cde6565
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
2017-01-16 k <andk@cpan.org>

* release 2.16-TRIAL
* release 2.16-TRIAL2

* release 2.16-TRIAL (had a broken manifest/signature file)

* Adjust test 97-return_values.t to survive the removal of "."
from @INC (Andreas Koenig)
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ distroprefs/ANDYA.File-Find-Parallel.yml
distroprefs/ANDYA.Perl-Version.yml
distroprefs/ANDYA.TAP-Parser.yml
distroprefs/ANDYA.Test-Harness.yml
distroprefs/ARFREITAS.DTS.yml
distroprefs/ARJAY.Compress-Bzip2.yml
distroprefs/ASCOPE.Net-Google.yml
distroprefs/ASG.List-Gen.yml
Expand Down Expand Up @@ -394,6 +393,7 @@ distroprefs/RMUHLE.classes.yml
distroprefs/ROBIN.PadWalker.yml
distroprefs/ROBIN.Want.yml
distroprefs/ROCKY.Array-Columnize.yml
distroprefs/ROKR.Config-Identity.yml
distroprefs/RONAN.Transform-Canvas.yml
distroprefs/ROODE.Readonly-XS.yml
distroprefs/ROODE.Time-Format.yml
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
^related/
^release-lib
^t/CPAN/MyConfig\.pm
^t/CPAN/MyConfig_[0-9]
^t/CPAN/authors/id/A/AN/ANDK/CHECKSUMS@
^t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Build-DepeFails/
^t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Build-Fails/
Expand Down Expand Up @@ -84,6 +85,7 @@
^t/dot-cpan/sources/MIRRORED.BY
^t/dot-cpan/sources/authors/id/A/AN/ANDK/CHECKSUMS
^t/dot-cpan/sources/authors/id/A/AN/ANDK/CHECKSUMS.bak
^t/dot-cpan-[0-9]
^talks/
^test.out
~$
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ my $HAVE_MAKE = basename($Config::Config{make}) eq "make"; # file-scoped!

my $version_diff = 0; # we'll have to die if this becomes true
my $version_from;
my $trial = 1;
my $trial = 2;
my $version;
{
local $^W;
Expand Down

0 comments on commit cde6565

Please sign in to comment.