App-GitKtti
view release on metacpan or search on metacpan
# or
cpan CPAN::Uploader
```
#### Step 2: Configure PAUSE Credentials
```bash
# Create credentials file (one time setup)
echo "user YOUR_PAUSE_ID" > ~/.pause
echo "password YOUR_PASSWORD" >> ~/.pause
chmod 600 ~/.pause
```
Replace `YOUR_PAUSE_ID` and `YOUR_PASSWORD` with your actual PAUSE credentials.
#### Step 3: Prepare Distribution
```bash
# Clean and build distribution
make realclean
perl Makefile.PL
( run in 0.946 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )