Skip Menu |

This queue is for tickets about the App-FatPacker CPAN distribution.

Report information
The Basics
Id: 84415
Status: resolved
Priority: 0/
Queue: App-FatPacker

People
Owner: Nobody in particular
Requestors: miyagawa [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Add 'pack' command to do everything in one shot
Date: Wed, 3 Apr 2013 15:27:54 -0700
To: bug-app-fatpacker <bug-App-FatPacker [...] rt.cpan.org>
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
This patch adds `fapack pack myscript.pl > myscript.packed.pl`, that does all the commands explained in "RECIPES" doc in one command. Patch: https://github.com/miyagawa/App-FatPacker/compare/master...packer-command Merge: git pull https://github.com/miyagawa/App-FatPacker packer-command -- Tatsuhiko Miyagawa
Subject: Re: [rt.cpan.org #84415] AutoReply: Add 'pack' command to do everything in one shot
Date: Thu, 4 Apr 2013 13:35:50 -0700
To: bug-app-fatpacker <bug-App-FatPacker [...] rt.cpan.org>
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
I just found one bug where the actual fatpack command doesn't actually expand the original file. I guess robin's 0858ab66aa74dba45191596ee7b33838e208d911 can be merged to get the best of both worlds. Will be on it and rebase the change. On Wed, Apr 3, 2013 at 3:35 PM, Bugs in App-FatPacker via RT <bug-App-FatPacker@rt.cpan.org> wrote: Show quoted text
> > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Add 'pack' command to do everything in one shot", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #84415]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=84415 > > Please include the string: > > [rt.cpan.org #84415] > > in the subject line of all future correspondence about this issue. To do so, > you may reply to this message. > > Thank you, > bug-App-FatPacker@rt.cpan.org > > ------------------------------------------------------------------------- > This patch adds `fapack pack myscript.pl > myscript.packed.pl`, that > does all the commands explained in "RECIPES" doc in one command. > > Patch: > > https://github.com/miyagawa/App-FatPacker/compare/master...packer-command > > Merge: > > git pull https://github.com/miyagawa/App-FatPacker packer-command > > -- > Tatsuhiko Miyagawa >
-- Tatsuhiko Miyagawa
Subject: Re: [rt.cpan.org #84415] AutoReply: Add 'pack' command to do everything in one shot
Date: Thu, 4 Apr 2013 13:42:16 -0700
To: bug-app-fatpacker <bug-App-FatPacker [...] rt.cpan.org>
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
Done (it wasn't actually a bug since my pack command inlines the body *after* file command) but i cherry-picked 0858ab66aa74dba45191596ee7b33838e208d911 so that `fatpack file foo.pl` would also work as a standalone module, and that takes care of the shebang line, as well. On Wed, Apr 3, 2013 at 3:35 PM, Bugs in App-FatPacker via RT <bug-App-FatPacker@rt.cpan.org> wrote: Show quoted text
> > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Add 'pack' command to do everything in one shot", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #84415]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=84415 > > Please include the string: > > [rt.cpan.org #84415] > > in the subject line of all future correspondence about this issue. To do so, > you may reply to this message. > > Thank you, > bug-App-FatPacker@rt.cpan.org > > ------------------------------------------------------------------------- > This patch adds `fapack pack myscript.pl > myscript.packed.pl`, that > does all the commands explained in "RECIPES" doc in one command. > > Patch: > > https://github.com/miyagawa/App-FatPacker/compare/master...packer-command > > Merge: > > git pull https://github.com/miyagawa/App-FatPacker packer-command > > -- > Tatsuhiko Miyagawa >
-- Tatsuhiko Miyagawa
Thanks, cherry-picked your commits to the miyagawa-packer-command branch and then released as 0.009015.