Skip to content

Commit

Permalink
Prepare for 0.35 version
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-josef-spacek committed Nov 10, 2024
1 parent 49e2122 commit 2327b8d
Show file tree
Hide file tree
Showing 158 changed files with 236 additions and 234 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.35

0.34 2024-11-10T17:03:15+01:00
- Add tests.
- Update copyright years.
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ resources:
homepage: https://github.com/michal-josef-spacek/Wikibase-Datatype
license: http://opensource.org/licenses/bsd-license.php
repository: git://github.com/michal-josef-spacek/Wikibase-Datatype
version: '0.34'
version: '0.35'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test_requires 'Test::MockObject' => 0;
test_requires 'Test::More' => 0;
test_requires 'Test::NoWarnings' => 0;
tests_recursive;
version '0.34';
version '0.35';

# Run.
WriteAll();
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ LICENSE AND COPYRIGHT
BSD 2-Clause License

VERSION
0.34
0.35

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Wikibase::Datatype::Value::Item;
use Wikibase::Datatype::Value::Monolingual;
use Wikibase::Datatype::Value::String;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -183,6 +183,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Wikibase::Datatype::Statement;
use Wikibase::Datatype::Value::Item;
use Wikibase::Datatype::Value::Monolingual;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -292,6 +292,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Test::Shared::Fixture::Wikibase::Datatype::Statement::Wikidata::SubjectLexem
use Test::Shared::Fixture::Wikibase::Datatype::Statement::Wikidata::InstanceOf::FemaleGivenName;
use Wikibase::Datatype::Value::Monolingual;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -259,6 +259,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Test::Shared::Fixture::Wikibase::Datatype::Statement::Wikidata::InstanceOf::
use Test::Shared::Fixture::Wikibase::Datatype::Statement::Wikidata::SexOrGender::Male;
use Wikibase::Datatype::Value::Monolingual;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -258,6 +258,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Test::Shared::Fixture::Wikibase::Datatype::Sense::Wikidata::Dog;
use Test::Shared::Fixture::Wikibase::Datatype::Statement::Wikidata::GrammaticalGender::Masculine;
use Wikibase::Datatype::Value::Monolingual;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -266,6 +266,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use warnings;
use Test::Shared::Fixture::Wikibase::Datatype::MediainfoStatement::Commons::Depicts::Human;
use Wikibase::Datatype::Value::Monolingual;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -211,6 +211,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;

use Test::Shared::Fixture::Wikibase::Datatype::Value::Item::Wikidata::DouglasAdams;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -132,6 +132,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;

use Test::Shared::Fixture::Wikibase::Datatype::MediainfoSnak::Commons::Depicts::Human;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -147,6 +147,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use warnings;
use Test::Shared::Fixture::Wikibase::Datatype::Statement::Wikidata::InstanceOf::WikidataProperty;
use Wikibase::Datatype::Value::Monolingual;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -242,6 +242,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use warnings;
use Test::Shared::Fixture::Wikibase::Datatype::Snak::Wikidata::ReferenceURL::Fixture1;
use Test::Shared::Fixture::Wikibase::Datatype::Snak::Wikidata::Retrieved::Fixture1;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -124,6 +124,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Wikibase::Datatype::Value::Item;
use Wikibase::Datatype::Value::String;
use Wikibase::Datatype::Value::Time;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -142,6 +142,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Test::Shared::Fixture::Wikibase::Datatype::Statement::Wikidata::ItemForThisS
use Unicode::UTF8 qw(decode_utf8);
use Wikibase::Datatype::Value::Monolingual;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -163,6 +163,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;

use Test::Shared::Fixture::Wikibase::Datatype::Value::Item::Wikidata::Douglas;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -142,6 +142,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;

use Test::Shared::Fixture::Wikibase::Datatype::Value::Item::Wikidata::Michal;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -142,6 +142,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;

use Test::Shared::Fixture::Wikibase::Datatype::Value::Item::Wikidata::Masculine;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -142,6 +142,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;

use Wikibase::Datatype::Value::String;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -143,6 +143,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;

use Test::Shared::Fixture::Wikibase::Datatype::Value::Item::Wikidata::FemaleGivenName;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -142,6 +142,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;

use Test::Shared::Fixture::Wikibase::Datatype::Value::Item::Wikidata::Human;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -142,6 +142,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;

use Test::Shared::Fixture::Wikibase::Datatype::Value::Item::Wikidata::VersionEditionOrTranslation;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -142,6 +142,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;

use Test::Shared::Fixture::Wikibase::Datatype::Value::Item::Wikidata::WikidataEntity;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -142,6 +142,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;

use Test::Shared::Fixture::Wikibase::Datatype::Value::Item::Wikidata::Dog;

our $VERSION = 0.34;
our $VERSION = 0.35;

sub new {
my $class = shift;
Expand Down Expand Up @@ -142,6 +142,6 @@ BSD 2-Clause License
=head1 VERSION
0.34
0.35
=cut
Loading

0 comments on commit 2327b8d

Please sign in to comment.