Skip to content

Commit

Permalink
issue30: seems to be working; uprev & update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt committed Apr 4, 2020
1 parent 641324b commit 25ff16e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Revision history for Perl distribution Win32-Mechanize-NotepadPlusPlus

v0.002002 (internal:2020-Apr-02)
- fixing bug#30: runPluginsCommand()
- runPluginsCommand() = fixed command cache feature and improved test (#30)

v0.002001 (internal:2020-Mar-21)
- test suite bugfix: add delay in myTestHelpers to make sure there's
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 @@ -10,7 +10,7 @@ use Win32::Mechanize::NotepadPlusPlus::Editor::Messages; # exports %scimsg, whi
use utf8; # there are UTF8 arrows throughout the source code (in POD and strings)
use Config;

our $VERSION = '0.002001'; # auto-populated from W::M::NPP
our $VERSION = '0.002002'; # 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.002001'; # auto-populated from W::M::NPP
our $VERSION = '0.002002'; # auto-populated from W::M::NPP

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

0 comments on commit 25ff16e

Please sign in to comment.