Skip to content

Commit

Permalink
After release: bump $VERSION and timestamp Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Feb 26, 2021
1 parent e58e16c commit 3676d72
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for Data-Fake

{{$NEXT}}

0.006 2021-02-25 20:40:16-05:00 America/New_York

[FIXED]

- Text generators like fake_words() are now guaranteed to return a scalar.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ my %WriteMakefileArgs = (
"Test::Deep" => 0,
"Test::More" => "0.96"
},
"VERSION" => "0.006",
"VERSION" => "0.007",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Fake.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Data::Fake;
# ABSTRACT: Declaratively generate fake structured data for testing

our $VERSION = '0.006';
our $VERSION = '0.007';

use Import::Into 1.002005;

Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Fake/Company.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Data::Fake::Company;
# ABSTRACT: Fake company and job data generators

our $VERSION = '0.006';
our $VERSION = '0.007';

use Exporter 5.57 qw/import/;

Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Fake/Core.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Data::Fake::Core;
# ABSTRACT: General purpose generators

our $VERSION = '0.006';
our $VERSION = '0.007';

use Exporter 5.57 qw/import/;

Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Fake/Dates.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Data::Fake::Dates;
# ABSTRACT: Fake date data generators

our $VERSION = '0.006';
our $VERSION = '0.007';

use Exporter 5.57 qw/import/;

Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Fake/Internet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Data::Fake::Internet;
# ABSTRACT: Fake Internet-related data generators

our $VERSION = '0.006';
our $VERSION = '0.007';

use Exporter 5.57 qw/import/;

Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Fake/Names.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Data::Fake::Names;
# ABSTRACT: Fake name data generators

our $VERSION = '0.006';
our $VERSION = '0.007';

use Exporter 5.57 qw/import/;

Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Fake/Text.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Data::Fake::Text;
# ABSTRACT: Fake text data generators

our $VERSION = '0.006';
our $VERSION = '0.007';

use Exporter 5.57 qw/import/;

Expand Down

0 comments on commit 3676d72

Please sign in to comment.