Skip to content

Commit

Permalink
uprev to 0.010; update the docs; update manifest for new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt committed Apr 3, 2022
1 parent bd98ccf commit c21fc7c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.github/workflows/perl-ci.yml
CHANGES
examples/add1.pl
examples/forum14944-3.pl
Expand Down Expand Up @@ -46,6 +47,7 @@ t/npp-err-main.t
t/npp-err-npp.t
t/npp-files.t
t/npp-gui.t
t/npp-macro.t
t/npp-menucmd.t
t/npp-meta.t
t/npp-sci.t
Expand Down
2 changes: 1 addition & 1 deletion lib/Win32/Mechanize/NotepadPlusPlus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use Exporter 'import';
use Carp;

our $VERSION = '0.009'; # rrr.mmmsss : rrr is major revision; mmm is minor revision; sss is sub-revision (new feature path or bugfix); optionally use _sss instead, for alpha sub-releases
our $VERSION = '0.010'; # rrr.mmmsss : rrr is major revision; mmm is minor revision; sss is sub-revision (new feature path or bugfix); optionally use _sss instead, for alpha sub-releases

use Win32::Mechanize::NotepadPlusPlus::Notepad ':vars';
use Win32::Mechanize::NotepadPlusPlus::Editor ':vars';
Expand Down
2 changes: 1 addition & 1 deletion lib/Win32/Mechanize/NotepadPlusPlus/Editor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use utf8; # there are UTF8 arrows throughout the source code (in POD and strin
use Config;
require version;

our $VERSION = '0.009'; # auto-populated from W::M::NPP
our $VERSION = '0.010'; # auto-populated from W::M::NPP

our @EXPORT_VARS = (@Win32::Mechanize::NotepadPlusPlus::Editor::Messages::EXPORT);
our @EXPORT_OK = (@EXPORT_VARS);
Expand Down
2 changes: 1 addition & 1 deletion lib/Win32/Mechanize/NotepadPlusPlus/Notepad.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ BEGIN {
Win32::API::->Import("psapi","BOOL EnumProcessModules(HANDLE hProcess, HMODULE *lphModule, DWORD cb, LPDWORD lpcbNeeded)") or die "EnumProcessModules: $^E"; # uncoverable branch true
}

our $VERSION = '0.009'; # auto-populated from W::M::NPP
our $VERSION = '0.010'; # auto-populated from W::M::NPP

our @EXPORT_VARS = (@Win32::Mechanize::NotepadPlusPlus::Notepad::Messages::EXPORT);

Expand Down

0 comments on commit c21fc7c

Please sign in to comment.