App-GitKtti
view release on metacpan or search on metacpan
cpanm CPAN::Uploader
# 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
( run in 1.015 second using v1.01-cache-2.11-cpan-bbe5e583499 )