Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/progrhyme/pmedit
- Owner: progrhyme
- Created: 2014-05-31T08:09:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-31T08:29:43.000Z (over 10 years ago)
- Last Synced: 2023-08-01T06:43:53.967Z (over 1 year ago)
- Language: Shell
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```