Skip to content

Commit

Permalink
Bumped the version to 1.01 for the next dev cycle.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perlide.org/padre/trunk/Padre@19817 bc93166f-e056-4eb9-8c59-0a0840647e1b
  • Loading branch information
waxhead committed Nov 9, 2013
1 parent d5ee6dc commit 95689f1
Show file tree
Hide file tree
Showing 301 changed files with 301 additions and 301 deletions.
2 changes: 1 addition & 1 deletion lib/Padre.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use YAML::Tiny ();
use DBI ();
use DBD::SQLite ();

our $VERSION = '1.00';
our $VERSION = '1.01';
our $COMPATIBLE = '0.95';

# Since everything is used OO-style, we will be require'ing
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Autosave.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use 5.008;
use strict;
use warnings;

our $VERSION = '1.00';
our $VERSION = '1.01';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Breakpoints.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use 5.010;
use strict;
use warnings;

our $VERSION = '1.00';
our $VERSION = '1.01';

#######
# function set_breakpoints_clicked
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Browser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Carp ();
use Scalar::Util ();
use Padre::Browser::POD ();

our $VERSION = '1.00';
our $VERSION = '1.01';

use Class::XSAccessor {
getters => {
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Browser/Document.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use strict;
use warnings;
use File::Basename ();

our $VERSION = '1.00';
our $VERSION = '1.01';

use Class::XSAccessor {
constructor => 'new',
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Browser/POD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use Pod::Abstract ();
use Padre::Browser::Document ();
use Padre::Browser::PseudoPerldoc ();

our $VERSION = '1.00';
our $VERSION = '1.01';

use Class::XSAccessor {
constructor => 'new',
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Browser/PseudoPerldoc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;
use Pod::Perldoc ();
use Pod::Perldoc::ToPod ();

our $VERSION = '1.00';
our $VERSION = '1.01';
our @ISA = 'Pod::Perldoc';

sub new {
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/CPAN.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use File::Spec ();
use File::HomeDir ();
use Padre::Wx ();

our $VERSION = '1.00';
our $VERSION = '1.01';



Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Cache.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use strict;
use warnings;
use Params::Util ();

our $VERSION = '1.00';
our $VERSION = '1.01';
our $COMPATIBLE = '0.70';

my %DATA = ();
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Command.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use 5.008005;
use strict;
use warnings;

our $VERSION = '1.00';
our $VERSION = '1.01';

use Class::XSAccessor {
getters => {
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Comment.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use List::Util ();
use Params::Util ();
use Padre::MIME ();

our $VERSION = '1.00';
our $VERSION = '1.01';
our $COMPATIBLE = '0.95';

my %MIME = ();
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ use Padre::Config::Host ();
use Padre::Locale::T;
use Padre::Logger;

our $VERSION = '1.00';
our $VERSION = '1.01';
our $COMPATIBLE = '0.93';

our ( %SETTING, %DEFAULT, %STARTUP, $REVISION, $SINGLETON );
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Config/Apply.pm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ use strict;
use warnings;
use Padre::Feature ();

our $VERSION = '1.00';
our $VERSION = '1.01';
our $COMPATIBLE = '0.93';


Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Config/Host.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use strict;
use warnings;
use Scalar::Util ();

our $VERSION = '1.00';
our $VERSION = '1.01';

# -- constructors

Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Config/Human.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use YAML::Tiny ();
use Params::Util ();
use Padre::Constant ();

our $VERSION = '1.00';
our $VERSION = '1.01';

=pod
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Config/Patch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use YAML::Tiny ();
use Exporter ();
use Padre::Config ();

our $VERSION = '1.00';
our $VERSION = '1.01';

1;

Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Config/Project.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use File::Basename ();
use YAML::Tiny ();
use Params::Util ();

our $VERSION = '1.00';
our $VERSION = '1.01';



Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Config/Setting.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use File::Spec ();
use Params::Util ();
use Padre::Constant ();

our $VERSION = '1.00';
our $VERSION = '1.01';

use Class::XSAccessor {
getters => [
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Constant.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use File::Path ();
use File::Spec ();
use File::HomeDir 0.91 ();

our $VERSION = '1.00';
our $VERSION = '1.01';
our $COMPATIBLE = '0.57';

# Convenience constants for the operating system
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Current.pm
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ use Carp ();
use Exporter ();
use Params::Util ();

our $VERSION = '1.00';
our $VERSION = '1.01';
our @ISA = 'Exporter';
our @EXPORT_OK = '_CURRENT';

Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ BEGIN {
}
}

our $VERSION = '1.00';
our $VERSION = '1.01';
our $COMPATIBLE = '0.26';


Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/DB/Bookmark.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use strict;
use warnings;
use Padre::Constant ();

our $VERSION = '1.00';
our $VERSION = '1.01';



Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/DB/History.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use strict;
use warnings;
use Params::Util ();

our $VERSION = '1.00';
our $VERSION = '1.01';

sub recent {
my $class = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/DB/HostConfig.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use strict;
use warnings;
use Padre::Current ();

our $VERSION = '1.00';
our $VERSION = '1.01';

sub read {
my %config = map { $_->name => $_->value } $_[0]->select;
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/DB/LastPositionInFile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ BEGIN {
require Padre::Portable if Padre::Constant::PORTABLE;
}

our $VERSION = '1.00';
our $VERSION = '1.01';

=pod
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/DB/RecentlyUsed.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use strict;
use warnings;
use Padre::Constant ();

our $VERSION = '1.00';
our $VERSION = '1.01';



Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/DB/Session.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use strict;
use warnings;
use Padre::Current ();

our $VERSION = '1.00';
our $VERSION = '1.01';

my $PADRE_SESSION = 'padre-last';

Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/DB/SessionFile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use strict;
use warnings;
use Padre::Constant ();

our $VERSION = '1.00';
our $VERSION = '1.01';



Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/DB/Timeline.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use strict;
use warnings;
use ORLite::Migrate::Timeline ();

our $VERSION = '1.00';
our $VERSION = '1.01';
our @ISA = 'ORLite::Migrate::Timeline';


Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Delta.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use 5.008;
use strict;
use warnings;

our $VERSION = '1.00';
our $VERSION = '1.01';



Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Desktop.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use warnings;
use File::Spec ();
use Padre::Constant ();

our $VERSION = '1.00';
our $VERSION = '1.01';

=pod
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Document.pm
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ use Padre::MIME ();
use Padre::File ();
use Padre::Logger;

our $VERSION = '1.00';
our $VERSION = '1.01';
our $COMPATIBLE = '0.91';


Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Document/CSharp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Padre::Constant ();
use Padre::Role::Task ();
use Padre::Document ();

our $VERSION = '1.00';
our $VERSION = '1.01';
our @ISA = qw{
Padre::Role::Task
Padre::Document
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Document/CSharp/FunctionList.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;
use Padre::Task::FunctionList ();

our $VERSION = '1.00';
our $VERSION = '1.01';
our @ISA = 'Padre::Task::FunctionList';

######################################################################
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Document/Java.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Padre::Constant ();
use Padre::Role::Task ();
use Padre::Document ();

our $VERSION = '1.00';
our $VERSION = '1.01';
our @ISA = qw{
Padre::Role::Task
Padre::Document
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Document/Java/FunctionList.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;
use Padre::Task::FunctionList ();

our $VERSION = '1.00';
our $VERSION = '1.01';
our @ISA = 'Padre::Task::FunctionList';

######################################################################
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Document/Patch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;
use Padre::Document;

our $VERSION = '1.00';
our $VERSION = '1.01';
our @ISA = qw{
Padre::Document
};
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Document/Perl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use Padre::Role::Task ();
use Padre::Feature ();
use Padre::Logger;

our $VERSION = '1.00';
our $VERSION = '1.01';
our $COMPATIBLE = '0.93';
our @ISA = qw{
Padre::Role::Task
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Document/Perl/Autocomplete.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;

use List::Util ();

our $VERSION = '1.00';
our $VERSION = '1.01';

# Experimental package. The API needs a lot of refactoring
# and the whole thing needs a lot of tests
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Document/Perl/Beginner.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use 5.008;
use strict;
use warnings;

our $VERSION = '1.00';
our $VERSION = '1.01';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Document/Perl/FunctionList.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;
use Padre::Task::FunctionList ();

our $VERSION = '1.00';
our $VERSION = '1.01';
our @ISA = 'Padre::Task::FunctionList';

# TODO: the regex containing func|method should either reuse what
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Document/Perl/Help.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Padre::Util ();
use Padre::Help ();
use Padre::Logger;

our $VERSION = '1.00';
our $VERSION = '1.01';
our @ISA = 'Padre::Help';

# for caching help list (for faster access)
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Document/Perl/Lexer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use PPI::Dumper ();
use Text::Balanced ();
use Padre::Logger;

our $VERSION = '1.00';
our $VERSION = '1.01';

sub class_to_color {
my $class = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Document/Perl/Outline.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;
use Padre::Task::Outline ();

our $VERSION = '1.00';
our $VERSION = '1.01';
our @ISA = 'Padre::Task::Outline';


Expand Down
Loading

0 comments on commit 95689f1

Please sign in to comment.