| | 1 | gpgdir-1.9.2 (08//2008): |
|---|
| | 2 | - Moved the GnuPG::Interface, Class::MethodMaker, and Term::ReadKey |
|---|
| | 3 | modules to the deps/ directory, and updated the installer and RPM spec |
|---|
| | 4 | file to account for the path change. |
|---|
| | 5 | - Added the gpgdir-nodeps.spec file to allow an RPM to be built that does |
|---|
| | 6 | not contain any perl modules dependencies. |
|---|
| | 7 | - Updated gpgdir to import perl modules via 'require' statements instead |
|---|
| | 8 | of 'use' statements so that the path to the modules directory can be |
|---|
| | 9 | changed via the --Lib-dir command line argument. |
|---|
| | 10 | |
|---|