Help for this page

Select Code to Download


  1. or download this
    # auto-populate the VERSION in the submodules from $(VERSION), which c
    +omes from main module
    populateversion :: lib/Win32/Mechanize/NotepadPlusPlus.pm
        $(NOECHO) $(ECHO) want to auto-populate VERSION in all sub-modules
    +: $(VERSION)
        $(PERL) -pi -e "s/^(\s*our\s+.VERSION\s*=).*?;.*?$$/\1 '$(VERSION)
    +'; # auto-populated from W::M::NPP/" lib/Win32/Mechanize/NotepadPlusP
    +lus/Notepad.pm lib/Win32/Mechanize/NotepadPlusPlus/Editor.pm