Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/progrhyme/pmedit

Simple wrapper command to edit Perl Modules
https://github.com/progrhyme/pmedit

Last synced: 2 days ago
JSON representation

Simple wrapper command to edit Perl Modules

Awesome Lists containing this project

README

        

# pmedit

Simple wrapper command to edit Perl Module files.

## Usage

```
$ pmedit [OPTIONS]
```

`````` is location in perl.
For example, "File::Path" is the `````` when you want to edit it.
(Though I think it's rare case you want to edit it.)

So you should include your perl's @INC if you want to edit your modules by this command.

Or you will be able to edit them like this:

```
$ pmedit -l Your::Module
```