Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: $VERSION in module files

by pryrt (Abbot)
on Mar 26, 2020 at 13:15 UTC ( [id://11114675]=note: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11114675]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-04-18 07:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found