GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Module::Version(3) User Contributed Perl Documentation Module::Version(3)

Module::Version - Get module versions

version 0.201

This module fetches the version of any other module.

It comes with a CLI program "mversion" which does the same.

    use Module::Version 'get_version';

    print get_version('Search::GIN'), "\n";

Or using "mversion":

    $ mversion Search::GIN
    0.04

    $ mversion Doesnt::Exist
    Warning: module 'Doesnt::Exist' does not seem to be installed.

    $ mversion --quiet Doesnt::Exist
    (no output)

    $ mversion --full Search::GIN Moose
    Search::GIN 0.04
    Moose 1.01

    $ mversion --input modules.txt
    Search::GIN 0.04
    Data::Collector 0.03
    Moose 1.01

"get_version" will be exported if explicitly specified.

    use Module::Version 'get_version';

Nothing is exported by default.

Accepts a module name and fetches the version of the module.

If the module doesn't exist, returns undef.

Please report bugs and other issues on the bugtracker:

<http://github.com/xsawyerx/module-version/issues>

This module sports 100% test coverage, but in case you have more issues, please see BUGS above.

Sawyer X

This software is copyright (c) 2010-2018 by Sawyer X.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2019-02-24 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.